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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user