Skip to content

Commit

Permalink
fix: add cac and joycon to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jun 15, 2020
1 parent 023f2c5 commit 696c162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"rollup-plugin-hashbang": "^2.2.2",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-terser": "^6.1.0",
"v8-compile-cache": "^2.1.1"
"v8-compile-cache": "^2.1.1",
"cac": "^6.5.10",
"joycon": "^2.2.5"
},
"devDependencies": {
"@types/babel__core": "^7.1.8",
Expand All @@ -68,13 +70,11 @@
"babel-plugin-alter-object-assign": "^1.0.2",
"boxen": "^4.2.0",
"builtin-modules": "^3.1.0",
"cac": "^6.5.10",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"gzip-size": "^5.1.1",
"husky": "^4.2.5",
"jest": "^26.0.1",
"joycon": "^2.2.5",
"lint-staged": "^10.2.10",
"lodash": "^4.17.15",
"nswatch": "^0.2.0",
Expand Down

0 comments on commit 696c162

Please sign in to comment.