Skip to content

Commit

Permalink
chore(changelog): Use standard-version for managing CHANGELOG.md (#52)
Browse files Browse the repository at this point in the history
Fixes #50
  • Loading branch information
silasbw authored and jcrugzz committed Dec 24, 2016
1 parent 3cf1e3a commit 5f96905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"jsdoc": "jsdoc -d doc lib",
"jscs": "godaddy-js-style-jscs lib/ test/",
"lint": "godaddy-js-style-lint lib/ test/",
"release": "standard-version --tag-prefix=''",
"test": "mocha",
"test-integration": "TESTING=int mocha -t ${TIMEOUT:-30000} test"
},
Expand Down Expand Up @@ -39,6 +40,7 @@
"jsdoc": "^3.4.0",
"mocha": "^2.5.3",
"nock": "^8.0.0",
"sinon": "1.17.6"
"sinon": "1.17.6",
"standard-version": "^4.0.0"
}
}

0 comments on commit 5f96905

Please sign in to comment.