Skip to content

Commit

Permalink
chore(bin): add missing dep
Browse files Browse the repository at this point in the history
add missing dep
  • Loading branch information
anshumanv committed Apr 5, 2019
1 parent d43cb39 commit 7f71c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/convert-argv.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const prepareOptions = require("./prepareOptions");
const webpackConfigurationSchema = require("../config/webpackConfigurationSchema.json");
const validateSchema = require("webpack").validateSchema;
const WebpackOptionsValidationError = require("webpack").WebpackOptionsValidationError;
const { webpackConfigPath } = require("../../packages/utils/path-utils");
const { webpackConfigPath } = require("@webpack-cli/utils/path-utils");

module.exports = function(...args) {
const argv = args[1] || args[0];
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
}
},
"dependencies": {
"@webpack-cli/utils": "^0.1.5",
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"enhanced-resolve": "^4.1.0",
Expand Down

0 comments on commit 7f71c79

Please sign in to comment.