diff options
| author | Fuwn <[email protected]> | 2021-05-06 20:18:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 20:18:20 -0700 |
| commit | 786e67ad0b14b4d01a6f6e9d6421bb3d78c2f06a (patch) | |
| tree | a25d1087611def6ee09e3defd8d330f623dda4b7 /package.json | |
| parent | fix(utils): more safe-guards (diff) | |
| download | api-worker-786e67ad0b14b4d01a6f6e9d6421bb3d78c2f06a.tar.xz api-worker-786e67ad0b14b4d01a6f6e9d6421bb3d78c2f06a.zip | |
refactor(deps): move npm deps to dev deps
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 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", |