Skip to content

Commit d5307e4

Browse files
committed
2 parents f738bef + d223ca5 commit d5307e4

File tree

2 files changed

+240
-9
lines changed

2 files changed

+240
-9
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"devDependencies": {
4444
"babel-eslint": "^10.0.3",
4545
"cross-env": "^7.0.2",
46+
"cz-conventional-changelog": "3.2.0",
4647
"eslint": "^6.8.0",
4748
"eslint-config-prettier": "^6.7.0",
4849
"eslint-config-standard": "^14.1.0",
@@ -67,5 +68,10 @@
6768
],
6869
"dependencies": {
6970
"react-google-recaptcha": "^2.1.0"
71+
},
72+
"config": {
73+
"commitizen": {
74+
"path": "./node_modules/cz-conventional-changelog"
75+
}
7076
}
7177
}

0 commit comments

Comments
 (0)