Skip to content

Commit 69b570e

Browse files
authored
chore: update cmd-shim and move it to devDependencies (#6127)
It's only used in the `linkBin` function, which is used for setting up testing projects.
1 parent f73fa6e commit 69b570e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/@vue/cli/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@vue/cli-ui-addon-webpack": "^4.5.8",
3333
"@vue/cli-ui-addon-widgets": "^4.5.8",
3434
"boxen": "^4.1.0",
35-
"cmd-shim": "^3.0.3",
3635
"commander": "^2.20.0",
3736
"debug": "^4.1.0",
3837
"deepmerge": "^4.2.2",
@@ -62,6 +61,9 @@
6261
"vue-codemod": "^0.0.4",
6362
"yaml-front-matter": "^4.1.0"
6463
},
64+
"devDependencies": {
65+
"cmd-shim": "^4.0.2"
66+
},
6567
"engines": {
6668
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
6769
}

0 commit comments

Comments
 (0)