Skip to content

Commit

Permalink
rollback yargs to 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 9, 2018
1 parent ca8b5aa commit aaf7fce
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 54 deletions.
3 changes: 2 additions & 1 deletion bin/webpack-dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ require('webpack/bin/config-yargs')(yargs);

// It is important that this is done after the webpack yargs config,
// so it overrides webpack's version info.
yargs.version(versionInfo());
yargs
.version(versionInfo());

const ADVANCED_GROUP = 'Advanced options:';
const DISPLAY_GROUP = 'Stats options:';
Expand Down
203 changes: 151 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"strip-ansi": "^4.0.0",
"supports-color": "^5.1.0",
"webpack-dev-middleware": "1.12.2",
"yargs": "^10.0.3"
"yargs": "6.6.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
Expand Down

0 comments on commit aaf7fce

Please sign in to comment.