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 commit is contained in:
fragmental 2013-09-21 17:45:51 -05:00
parent 3fb6f25c42
commit 219bb4e572

View file

@ -56,7 +56,7 @@
"scripts": {
"test": "mocha test/api.mocha.coffee",
"start": "grunt run:dev",
"postinstall": "./node_modules/bower/bin/bower install -f"
"postinstall": "bower install -f"
},
"devDependencies": {
"karma-ng-scenario": "~0.1.0",