We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31581df commit dd6745cCopy full SHA for dd6745c
package.json
@@ -34,6 +34,7 @@
34
"babel-tape-runner": "^2.0.1",
35
"bootstrap": "^4.0.0-alpha.2",
36
"css-loader": "^0.23.1",
37
+ "cz-conventional-changelog": "^1.1.6",
38
"extract-text-webpack-plugin": "^1.0.1",
39
"html-webpack-plugin": "^2.16.0",
40
"node-sass": "^3.6.0",
@@ -47,5 +48,10 @@
47
48
},
49
"dependencies": {
50
"lodash": "^4.11.1"
51
+ },
52
+ "config": {
53
+ "commitizen": {
54
+ "path": "./node_modules/cz-conventional-changelog"
55
+ }
56
}
57
0 commit comments