aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.czrc4
-rw-r--r--package.json6
2 files changed, 4 insertions, 6 deletions
diff --git a/.czrc b/.czrc
new file mode 100644
index 0000000..4ae13b0
--- /dev/null
+++ b/.czrc
@@ -0,0 +1,4 @@
+{
+ "path": "./node_modules/cz-conventional-changelog",
+ "defaultScope": "global"
+}
diff --git a/package.json b/package.json
index fe9d87a..fcdf2b6 100644
--- a/package.json
+++ b/package.json
@@ -14,11 +14,5 @@
"commitizen": "4.2.3",
"cz-conventional-changelog": "3.3.0",
"husky": "6.0.0"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog",
- "defaultScope": "global"
- }
}
}