Skip to content

Commit aaf7fce

Browse files
committedJan 9, 2018
rollback yargs to 6.6.0
1 parent ca8b5aa commit aaf7fce

File tree

3 files changed

+154
-54
lines changed

3 files changed

+154
-54
lines changed
 

‎bin/webpack-dev-server.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ require('webpack/bin/config-yargs')(yargs);
5555

5656
// It is important that this is done after the webpack yargs config,
5757
// so it overrides webpack's version info.
58-
yargs.version(versionInfo());
58+
yargs
59+
.version(versionInfo());
5960

6061
const ADVANCED_GROUP = 'Advanced options:';
6162
const DISPLAY_GROUP = 'Stats options:';

‎package-lock.json

+151-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"strip-ansi": "^4.0.0",
6868
"supports-color": "^5.1.0",
6969
"webpack-dev-middleware": "1.12.2",
70-
"yargs": "^10.0.3"
70+
"yargs": "6.6.0"
7171
},
7272
"devDependencies": {
7373
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)
Please sign in to comment.