aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 17:46:01 -0700
committerFuwn <[email protected]>2021-05-06 17:46:01 -0700
commitcc4a97c6a28b33ce850af32df5c4634149da6884 (patch)
tree4e47df1bb4b70d2a2bfa51578265914ca11f8131 /package.json
parentMerge branch 'main' of https://github.com/senpy-club/api (diff)
downloadapi-worker-cc4a97c6a28b33ce850af32df5c4634149da6884.tar.xz
api-worker-cc4a97c6a28b33ce850af32df5c4634149da6884.zip
fix(npm): use correct package
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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"