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 | 5bdf0d7a584eba6e37273237ef23d5f03d05d53d (patch) | |
| tree | 2539519d7280f0832941ce75486caee00415460d | |
| parent | fix(utils): more safe-guards (diff) | |
| download | api-5bdf0d7a584eba6e37273237ef23d5f03d05d53d.tar.xz api-5bdf0d7a584eba6e37273237ef23d5f03d05d53d.zip | |
refactor(deps): move npm deps to dev deps
| -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", |