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.
2 parents f738bef + d223ca5 commit d5307e4Copy full SHA for d5307e4
package.json
@@ -43,6 +43,7 @@
43
"devDependencies": {
44
"babel-eslint": "^10.0.3",
45
"cross-env": "^7.0.2",
46
+ "cz-conventional-changelog": "3.2.0",
47
"eslint": "^6.8.0",
48
"eslint-config-prettier": "^6.7.0",
49
"eslint-config-standard": "^14.1.0",
@@ -67,5 +68,10 @@
67
68
],
69
"dependencies": {
70
"react-google-recaptcha": "^2.1.0"
71
+ },
72
+ "config": {
73
+ "commitizen": {
74
+ "path": "./node_modules/cz-conventional-changelog"
75
+ }
76
}
77
0 commit comments