Skip to content

Commit 10bcb36

Browse files
committed
fix: move cac dependency to vuepress package (close: #1183)
1 parent c82cc10 commit 10bcb36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@vuepress/core/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@vuepress/shared-utils": "^1.0.0-alpha.31",
3838
"autoprefixer": "^7.1.2",
3939
"babel-loader": "^8.0.4",
40-
"cac": "^6.3.9",
4140
"cache-loader": "^1.2.2",
4241
"chokidar": "^2.0.3",
4342
"connect-history-api-fallback": "^1.5.0",

packages/vuepress/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"homepage": "https://github.com/vuejs/vuepress#readme",
3030
"dependencies": {
3131
"@vuepress/core": "^1.0.0-alpha.31",
32-
"@vuepress/theme-default": "^1.0.0-alpha.31"
32+
"@vuepress/theme-default": "^1.0.0-alpha.31",
33+
"cac": "^6.3.9"
3334
},
3435
"engines": {
3536
"node": ">=8"

0 commit comments

Comments
 (0)