Skip to content

Commit

Permalink
Start using auto-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jan 2, 2016
1 parent b0b3040 commit 373b698
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,7 +10,8 @@
"build": "babel src -d lib",
"clean": "rimraf lib",
"prepublish": "npm run build",
"postpublish": "npm run clean"
"postpublish": "npm run clean",
"version": "auto-changelog --package --template compact; git add CHANGELOG.md"
},
"repository": {
"type": "git",
Expand All @@ -36,6 +37,7 @@
"react": "^0.14.0"
},
"devDependencies": {
"auto-changelog": "^0.2.2",
"babel": "^5.8.21",
"babel-core": "^5.4.7",
"babel-eslint": "^4.0.10",
Expand Down

0 comments on commit 373b698

Please sign in to comment.