Skip to content

Commit

Permalink
fix(changelog): drop the augular changelog as it misses commits
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot authored and Thomas committed Apr 9, 2018
1 parent 3557887 commit 0c2382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"license": "MIT",
"scripts": {
"arduino-test": "TEST_PORT=$(./bin/find-arduino.js) npm test",
"changelog": "conventional-changelog -i CHANGELOG.md -p angular -s",
"changelog": "conventional-changelog -i CHANGELOG.md -s",
"docs": "jsdoc -c ./.jsdoc.json ",
"lint": "eslint lib test bin examples",
"rebuild-all": "npm rebuild && node-gyp rebuild",
Expand Down

0 comments on commit 0c2382c

Please sign in to comment.