Skip to content

Commit

Permalink
chore(package): add commitzen
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Jan 6, 2016
1 parent 61d3d1d commit 2ea5e6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"babel-plugin-transform-strict-mode": "^6.3.13",
"babel-register": "^6.3.13",
"chai": "^3.4.1",
"cz-conventional-changelog": "^1.1.5",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^3.0.1",
"eslint-plugin-mocha": "^1.1.0",
Expand All @@ -49,5 +50,10 @@
},
"release": {
"verifyConditions": []
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 2ea5e6a

Please sign in to comment.