Skip to content

Commit

Permalink
chore: add npm-script for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed May 17, 2016
1 parent 1561749 commit c463aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"pretest": "standard",
"test": "nyc mocha ./test/*.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"version": "standard-version"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c463aea

Please sign in to comment.