Skip to content

Commit 696c162

Browse files
committed
fix: add cac and joycon to dependencies
1 parent 023f2c5 commit 696c162

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
"rollup-plugin-hashbang": "^2.2.2",
5252
"rollup-plugin-postcss": "^3.1.2",
5353
"rollup-plugin-terser": "^6.1.0",
54-
"v8-compile-cache": "^2.1.1"
54+
"v8-compile-cache": "^2.1.1",
55+
"cac": "^6.5.10",
56+
"joycon": "^2.2.5"
5557
},
5658
"devDependencies": {
5759
"@types/babel__core": "^7.1.8",
@@ -68,13 +70,11 @@
6870
"babel-plugin-alter-object-assign": "^1.0.2",
6971
"boxen": "^4.2.0",
7072
"builtin-modules": "^3.1.0",
71-
"cac": "^6.5.10",
7273
"commitizen": "^4.1.2",
7374
"cz-conventional-changelog": "^3.2.0",
7475
"gzip-size": "^5.1.1",
7576
"husky": "^4.2.5",
7677
"jest": "^26.0.1",
77-
"joycon": "^2.2.5",
7878
"lint-staged": "^10.2.10",
7979
"lodash": "^4.17.15",
8080
"nswatch": "^0.2.0",

0 commit comments

Comments
 (0)