From 4c19075ffe87bdd21544fdf8fcadd7680090ac30 Mon Sep 17 00:00:00 2001 From: mehyaa Date: Mon, 14 May 2018 10:38:44 +0300 Subject: [PATCH] Update package.json No need to "load-grunt-parent-tasks", the grunt task will run on publishes only. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 15fd22631..efec5604b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-webpack": "^2.0.1", - "load-grunt-parent-tasks": "^0.1.1", "load-grunt-tasks": "^3.5.2", "webpack": "^2.2.1" }