From d5be414cd6f199255a42d120fe909d627049a41f Mon Sep 17 00:00:00 2001 From: auban Date: Sun, 11 Mar 2018 23:07:22 +0100 Subject: [PATCH] remove grunt cli in package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b0eedca..e2c9502 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "grunt-contrib-watch": "^0.6.1" }, "dependencies": { - "angular": "*", - "grunt-cli": "^1.2.0" + "angular": "*" } }