diff options
| author | Fuwn <[email protected]> | 2021-04-29 19:42:06 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-29 19:42:06 +0000 |
| commit | 0ccc8181cf23ae3bf8818cdd513a7238b892f3da (patch) | |
| tree | 8a6fe753efc94052e25ca1a4bc7d4dcc040cc4a1 | |
| parent | Merge pull request #11 from Whirlsplash/renovate/rust-tokio-util-0.x (diff) | |
| download | whirl-0ccc8181cf23ae3bf8818cdd513a7238b892f3da.tar.xz whirl-0ccc8181cf23ae3bf8818cdd513a7238b892f3da.zip | |
refactor(commitizen): move Commitizen configuration to it's own file
| -rw-r--r-- | .czrc | 4 | ||||
| -rw-r--r-- | package.json | 6 |
2 files changed, 4 insertions, 6 deletions
@@ -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" - } } } |