summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json.patch.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json.patch.js b/package.json.patch.js
index 45b103df1353..519d0b1fddc8 100644
--- a/package.json.patch.js
+++ b/package.json.patch.js
@@ -9,10 +9,11 @@ const data = JSON.parse(fs.readFileSync(PATCHABLE_FILE));
const removePkg = [
/^electron$/,
/^eslint/,
+ /^grunt-concurrent$/,
/^grunt-contrib-compress$/,
/^grunt-contrib-deb$/,
- /^grunt-contrib-watch$/,
/^grunt-contrib-uglify$/,
+ /^grunt-contrib-watch$/,
/^grunt-electron$/,
/^grunt-eslint$/,
/^webpack-dev-server/,