Skip to content

Commit

Permalink
Merge pull request #1039 from anshumanv/1036
Browse files Browse the repository at this point in the history
chore(cli): fix var name to correct meaning
  • Loading branch information
evenstensberg committed Aug 18, 2019
2 parents 3fca9cb + 1e10979 commit ce1ce27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groups/help.js
Expand Up @@ -14,9 +14,9 @@ class HelpGroup {
}

outputVersion() {
const pkgLock = require('../../package.json');
const pkgJSON = require('../../package.json');
const webpack = require('webpack');
process.stdout.write(`\nwebpack-cli ${pkgLock.version}`);
process.stdout.write(`\nwebpack-cli ${pkgJSON.version}`);
process.stdout.write(`\nwebpack ${webpack.version}\n`);
}

Expand Down

0 comments on commit ce1ce27

Please sign in to comment.