From cbbf7eee5901f085553539cc1949b4fb6f8c3822 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Fri, 10 Jul 2015 13:53:52 -0700 Subject: [PATCH] change package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ce1fc77..cd832282 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "start": "grunt", "test": "grunt test", - "postinstall": "bower install --config.interactive=false; ./node_modules/grunt-cli/bin/grunt" + "postinstall": "bower install --config.interactive=false" }, "dependencies": { "async": "~0.9.0", @@ -35,7 +35,6 @@ "grunt-cli": "~0.1.13", "helmet": "~0.5.0", "lodash": "~2.4.1", - "main-bower-files": "^2.8.2", "method-override": "~2.3.0", "mongoose": "~3.8.8", "morgan": "~1.4.1",