mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
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:
parent
993a255c46
commit
423170d0cf
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": "bower install -f"
|
||||
"postinstall": "./node_modules/bower/bin/bower install -f"
|
||||
},
|
||||
"devDependencies": {
|
||||
"karma-ng-scenario": "~0.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue