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 219bb4e572.
This commit is contained in:
Tyler Renelle 2013-09-21 22:40:34 -04:00
parent 993a255c46
commit 423170d0cf

View file

@ -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",