diff options
| author | Fuwn <[email protected]> | 2021-05-06 17:46:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 17:46:01 -0700 |
| commit | cc4a97c6a28b33ce850af32df5c4634149da6884 (patch) | |
| tree | 4e47df1bb4b70d2a2bfa51578265914ca11f8131 /package.json | |
| parent | Merge branch 'main' of https://github.com/senpy-club/api (diff) | |
| download | api-worker-cc4a97c6a28b33ce850af32df5c4634149da6884.tar.xz api-worker-cc4a97c6a28b33ce850af32df5c4634149da6884.zip | |
fix(npm): use correct package
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4cb0101..4ff61e6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@commitlint/cli": "12.1.1", - "@commitlint/lint": "12.1.1", + "@commitlint/config-conventional": "12.1.1", "commitizen": "4.2.3", "cz-conventional-commit": "1.0.6", "husky": "6.0.0" |