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 | 7ca354bfe995fb721326110d160f76ba3d189b9d (patch) | |
| tree | 3b7878c0fdd8dbf6f5725e0a547eaeadc6c509cb /package.json | |
| parent | Merge branch 'main' of https://github.com/senpy-club/api (diff) | |
| download | api-7ca354bfe995fb721326110d160f76ba3d189b9d.tar.xz api-7ca354bfe995fb721326110d160f76ba3d189b9d.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" |