Skip to content

Commit

Permalink
chore(package.json): fixed commitizen adapter path
Browse files Browse the repository at this point in the history
and also bumped commitizen's version
fixed #1691
  • Loading branch information
sarbbottam committed May 7, 2016
1 parent 4d773bc commit 97bcc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
"path": "cz-conventional-changelog"
},
"ghooks": {
"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
Expand Down Expand Up @@ -149,7 +149,7 @@
"chai": "^3.5.0",
"color": "^0.11.1",
"colors": "1.1.2",
"commitizen": "^2.7.2",
"commitizen": "^2.8.1",
"coveralls": "^2.11.8",
"cz-conventional-changelog": "1.1.5",
"esdoc": "^0.4.6",
Expand Down

0 comments on commit 97bcc15

Please sign in to comment.