Skip to content

Commit

Permalink
chore(scripts): Added changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 2, 2016
1 parent 21ccc90 commit 094b688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"browser": "dist/bundles/index.umd.js",
"typings": "dist/index.d.ts",
"scripts": {
"changelog": "$(npm bin)/conventional-changelog -p meteor-rxjs -i CHANGELOG.md -s -r 0",
"docs": "./generate-docs.sh",
"typings": "typings i",
"prebuild": "npm run typings && npm run lint",
Expand Down Expand Up @@ -42,6 +43,7 @@
"devDependencies": {
"@types/mocha": "^2.2.32",
"@types/underscore": "^1.7.33",
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.2.0",
"es6-shim": "^0.35.0",
"ghooks": "^1.2.1",
Expand Down

0 comments on commit 094b688

Please sign in to comment.