From 423170d0cf66c74bdfa2f32e2047816fd67b9b48 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sat, 21 Sep 2013 22:40:34 -0400 Subject: [PATCH] Revert "Fixes the bower post install fail in windows. I think it should be fine on all other OS, but I don't have the environment set up to test it." This reverts commit 219bb4e5727820f2e5982c5b2e9e29a819f06d79. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 247601d7af..1939c440e2 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "scripts": { "test": "mocha test/api.mocha.coffee", "start": "grunt run:dev", - "postinstall": "bower install -f" + "postinstall": "./node_modules/bower/bin/bower install -f" }, "devDependencies": { "karma-ng-scenario": "~0.1.0",