Skip to content

Commit e7f2d0a

Browse files
authored
feat(Commitizen): Configurte commitizen (#53)
1 parent 7302de1 commit e7f2d0a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"babel-plugin-ramda": "^1.6.1",
3131
"chai": "^4.1.2",
3232
"chai-as-promised": "^7.1.1",
33+
"cz-conventional-changelog": "^2.1.0",
3334
"docco": "^0.8.0",
3435
"eslint-config-standard": "^11.0.0",
3536
"eslint-config-standard-jsx": "^5.0.0",
@@ -42,10 +43,10 @@
4243
"mocha": "^5.0.0",
4344
"mocha-junit-reporter": "^1.17.0",
4445
"safe-buffer": "^5.1.2",
46+
"sinon": "^7.2.3",
4547
"standard": "*",
4648
"standard-loader": "^6.0.1",
47-
"supports-color": "^5.4.0",
48-
"sinon": "^7.2.3"
49+
"supports-color": "^5.4.0"
4950
},
5051
"scripts": {
5152
"docs": "docco -t tooling/docs/markdown.jst -c /dev/null bin/*.js && docco -t tooling/docs/markdown.jst -c /dev/null bin/commands/*.js && docco -t tooling/docs/markdown.jst -c /dev/null bin/utils/*.js && rm -f docs/null && node rename-to-md.js",
@@ -60,5 +61,10 @@
6061
"blockchain"
6162
],
6263
"author": "nduchak",
63-
"license": "ISC"
64+
"license": "ISC",
65+
"config": {
66+
"commitizen": {
67+
"path": "./node_modules/cz-conventional-changelog"
68+
}
69+
}
6470
}

0 commit comments

Comments
 (0)