webpack-dev-server 2.10.0 → 2.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,8 @@ require('webpack/bin/config-yargs')(yargs);
55
55
 
56
56
  // It is important that this is done after the webpack yargs config,
57
57
  // so it overrides webpack's version info.
58
- yargs.version(versionInfo());
58
+ yargs
59
+ .version(versionInfo());
59
60
 
60
61
  const ADVANCED_GROUP = 'Advanced options:';
61
62
  const DISPLAY_GROUP = 'Stats options:';