Skip to content

Commit

Permalink
fix: fix midway-init ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Apr 11, 2019
1 parent 65bd72b commit 8f32dcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/midway-init/.autod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
devdep: [
],
keep: [
"midway"
"midway",
"yargs",
]
};
4 changes: 2 additions & 2 deletions packages/midway-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.4.8",
"dependencies": {
"co": "^4.6.0",
"egg-init": "^1.15.1",
"egg-init": "^1.16.1",
"enquirer": "^2.3.0",
"yargs": "^13.2.2"
"yargs": "^11.1.0"
},
"main": "lib/command.js",
"devDependencies": {
Expand Down

0 comments on commit 8f32dcb

Please sign in to comment.