mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 21:28:52 +00:00
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:
parent
3fb6f25c42
commit
219bb4e572
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue