Skip to content

Commit

Permalink
feat: enable commitizen support for repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AccaliaDeElementia committed Jun 25, 2016
1 parent c772315 commit 22f09d2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,17 @@
},
"homepage": "https://github.com/SockDrawer/sockbot-helper-nestedcommands#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"cz-conventional-changelog": "^1.1.6",
"eslint": "^2.13.1",
"istanbul": "^0.4.4",
"mocha": "^2.5.3"
"mocha": "^2.5.3",
"sinon": "^1.17.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 22f09d2

Please sign in to comment.