Skip to content

Commit

Permalink
Prevent changelog script from being included in package
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 5, 2016
1 parent 3f59083 commit c12a9a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"test": "tap test/*.js --cov",
"changelog": "bash changelog.sh",
"changelog": "bash gen-changelog.sh",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}"
},
"files": [
Expand Down

0 comments on commit c12a9a4

Please sign in to comment.