From 7a05d1ba57232137ba25b6a02b5b76d0e21574ec Mon Sep 17 00:00:00 2001 From: SassNinja Date: Mon, 18 Jun 2018 10:46:02 +0200 Subject: [PATCH] use --inspect-brk --debug-brk is deprecated since node 7.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",