Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
feat: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Jul 24, 2017
1 parent ac2cae3 commit 69e0231
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 41 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"dev": "rollup -c config/rollup.config.js -w",
"test": "babel test/test.jsx -o test/test.js && node test/test.js",
"test:karma": "karma start test/karma.conf.js --single-run",
"test:karma:watch": "npm run test:karma -- no-single-run"
"test:karma:watch": "npm run test:karma -- no-single-run",
"changelog": "conventional-changelog -p angular-i CHANGELOG.md -s -r 0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand All @@ -24,6 +25,7 @@
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.0",
"conventional-changelog-cli": "^1.3.2",
"cross-env": "^5.0.1",
"istanbul-instrumenter-loader": "^2.0.0",
"karma": "^1.7.0",
Expand Down
Loading

0 comments on commit 69e0231

Please sign in to comment.