Skip to content

Commit

Permalink
fix(package): include readme, changelog, license
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Jul 17, 2020
1 parent 75d138a commit 91a8f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CHANGELOG
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "npm link && nodemon",
"semantic-release": "semantic-release",
"docs": "typedoc",
"prepare": "npx copyfiles -s package.json dist/"
"prepare": "npx copyfiles -s package.json README.md CHANGELOG.md LICENSE dist/"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"jest": "26.0.1",
"nodemon": "2.0.4",
"prettier": "2.0.5",
"semantic-release": "17.0.8",
"semantic-release": "17.1.1",
"ts-jest": "26.0.0",
"typedoc": "^0.17.8",
"typescript": "3.9.3"
Expand Down
1 change: 0 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
branches: [{ name: 'master', prelease: true }],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit 91a8f8b

Please sign in to comment.