Skip to content

Commit

Permalink
fix: move request deps to shared-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Mar 14, 2018
1 parent 1a48c9f commit 982c494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/@vue/cli-shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"joi": "^12.0.0",
"opn": "^5.2.0",
"ora": "^1.3.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"string.prototype.padstart": "^3.0.0"
},
"publishConfig": {
Expand Down
2 changes: 0 additions & 2 deletions packages/@vue/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"recast": "^0.13.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"resolve": "^1.5.0",
"rimraf": "^2.6.2",
"semver": "^5.4.1",
Expand Down

0 comments on commit 982c494

Please sign in to comment.