aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1179c3bbe..ddb1f04be 100644
--- a/package.json
+++ b/package.json
@@ -163,6 +163,7 @@
163 "@typescript-eslint/parser": "4.28.5", 163 "@typescript-eslint/parser": "4.28.5",
164 "all-contributors-cli": "6.20.0", 164 "all-contributors-cli": "6.20.0",
165 "babel-plugin-react-intl": "3.5.1", 165 "babel-plugin-react-intl": "3.5.1",
166 "commitizen": "4.2.4",
166 "conventional-changelog-cli": "2.1.1", 167 "conventional-changelog-cli": "2.1.1",
167 "cross-env": "7.0.3", 168 "cross-env": "7.0.3",
168 "cz-conventional-changelog": "3.3.0", 169 "cz-conventional-changelog": "3.3.0",
@@ -210,7 +211,16 @@
210 }, 211 },
211 "config": { 212 "config": {
212 "commitizen": { 213 "commitizen": {
213 "path": "./node_modules/cz-conventional-changelog" 214 "path": "./node_modules/cz-conventional-changelog",
215 "disableScopeLowerCase": false,
216 "disableSubjectLowerCase": false,
217 "maxHeaderWidth": 100,
218 "maxLineWidth": 100,
219 "defaultType": "chore",
220 "defaultScope": "",
221 "defaultSubject": "",
222 "defaultBody": "",
223 "defaultIssues": ""
214 } 224 }
215 }, 225 },
216 "browserslist": [ 226 "browserslist": [