diff --git a/package.json b/package.json index 53cf336..3f44338 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "rimraf ./dist && webpack --config webpack.config.js", "lint": "eslint .", "test": "jest", - "debug": "node --inspect --debug-brk ./node_modules/webpack/bin/webpack.js --config webpack.config.js" + "debug": "node --inspect-brk ./node_modules/webpack/bin/webpack.js --config webpack.config.js" }, "repository": { "type": "git",