Skip to content

Commit

Permalink
chore(package): add conventional
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Dec 9, 2016
1 parent 9de0a67 commit 92f743c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"lib/"
],
"scripts": {
"commitmsg": "conventional-changelog-lint -e",
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog\"",
"test": "eslint --format=node_modules/eslint-formatter-pretty ./src/*.js ./test/*.js && nyc ava",
"clean": "rm -rf lib && mkdir lib",
"build": "npm run clean && babel src/ -d lib/",
Expand Down Expand Up @@ -63,6 +65,8 @@
]
},
"dependencies": {
"conventional-changelog-lint": "^1.1.0",
"husky": "^0.11.9",
"postcss": "^5.2.6"
},
"devDependencies": {
Expand Down

0 comments on commit 92f743c

Please sign in to comment.