aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-29 19:42:06 -0700
committerFuwn <[email protected]>2021-04-29 19:42:06 -0700
commit423efb5e8583ed9d7ce3abaf75ae3a9774745c02 (patch)
tree7238ae839b9201c9cb583db2f657540a0db398e6 /package.json
parentMerge pull request #11 from Whirlsplash/renovate/rust-tokio-util-0.x (diff)
downloadwhirl-423efb5e8583ed9d7ce3abaf75ae3a9774745c02.tar.xz
whirl-423efb5e8583ed9d7ce3abaf75ae3a9774745c02.zip
refactor(commitizen): move Commitizen configuration to it's own file
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 0 insertions, 6 deletions
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"
- }
}
}