From b54550da2f9675b8867d7c14fb67c6af9dd4f132 Mon Sep 17 00:00:00 2001 From: Christopher Guindon <chris.guindon@eclipse-foundation.org> Date: Tue, 13 Mar 2018 15:51:33 -0400 Subject: [PATCH] remove less-plugin-npm-import Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org> --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index df09006..318e483 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "grunt": "^1.0.2", "grunt-aglio": "^0.4.1", "grunt-contrib-connect": "^1.0.2", - "grunt-contrib-watch": "^1.0.0", - "less-plugin-npm-import": "^2.1.0" + "grunt-contrib-watch": "^1.0.0" } } -- GitLab