From 74ea0f699f87e8ecb750b991bb7abaddb077576c Mon Sep 17 00:00:00 2001 From: felipe Date: Fri, 10 Mar 2017 13:52:41 +0100 Subject: [PATCH] remove npm and install from dependencies These aren't actually needed at run time or build time --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index c623ceac56..ef6606c036 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,7 @@ "@types/lodash": "^4.14.54", "app-root-path": "^2.0.1", "archiver": "^1.3.0", - "install": "^0.8.7", "lodash": "^4.6.1", - "npm": "^4.3.0", "xml": "^1.0.1" }, "author": "Dolan Miu",