Skip to content

Commit

Permalink
fix: update inquirer and yeoman-environment to fix windows bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhanghu committed Jan 2, 2019
1 parent d6e083f commit d21d026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"figlet": "^1.2.0",
"fs-extra": "^7.0.0",
"hexo-fs": "^0.2.1",
"inquirer": "^3.0.6",
"inquirer": "^6.2.0",
"js-yaml": "^3.9.1",
"meow": "^3.7.0",
"minimist": "^1.2.0",
Expand All @@ -50,7 +50,7 @@
"request": "^2.81.0",
"request-promise": "^4.2.1",
"semver": "^5.4.1",
"yeoman-environment": "^1.6.6"
"yeoman-environment": "^2.3.4"
},
"devDependencies": {
"chai": "^4.1.1",
Expand Down

0 comments on commit d21d026

Please sign in to comment.