Skip to content

Commit

Permalink
chore: auto-validate commit message in pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kirkpatrick committed Aug 25, 2016
1 parent 79c588a commit 2c82e9e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"bluebird": "latest",
"chai": "latest",
"condition-circle": "^1.5.0",
"ghooks": "^1.3.2",
"jscs": "latest",
"jshint": "latest",
"lodash": "latest",
Expand All @@ -71,7 +72,14 @@
"nyc": "latest",
"semantic-release": "^4.3.5",
"sinon": "latest",
"sinon-chai": "latest"
"sinon-chai": "latest",
"validate-commit-msg": "^2.8.0"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg",
"pre-commit": "npm run lint"
}
},
"release": {
"verifyConditions": "condition-circle"
Expand Down

0 comments on commit 2c82e9e

Please sign in to comment.