aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 20:18:20 -0700
committerFuwn <[email protected]>2021-05-06 20:18:20 -0700
commit5bdf0d7a584eba6e37273237ef23d5f03d05d53d (patch)
tree2539519d7280f0832941ce75486caee00415460d /package.json
parentfix(utils): more safe-guards (diff)
downloadapi-5bdf0d7a584eba6e37273237ef23d5f03d05d53d.tar.xz
api-5bdf0d7a584eba6e37273237ef23d5f03d05d53d.zip
refactor(deps): move npm deps to dev deps
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 4ff61e6..b464467 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"commit": "cz",
"commit:signed": "cz -S"
},
- "dependencies": {
+ "devDependencies": {
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"commitizen": "4.2.3",