From 9cac8142fe8601a0d093e4b5a8ae1befbedcf728 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Fri, 10 Jul 2015 16:38:47 -0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49182234..e81ce06f 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; grunt" }, "dependencies": { "async": "~0.9.0",