mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
add "resolve": "~0.2.3". browserify seems to not include validator
properly, under derby-auth. @switz found this resolve version to be updated in recent racer commit causing the issue. we need to figure out what in derby-auth is incompatible here
This commit is contained in:
parent
5698db29fb
commit
41b5ef3141
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
|||
"mongoskin": "*",
|
||||
"nconf": "*",
|
||||
"icalendar": "git://github.com/lefnire/node-icalendar#master",
|
||||
"nodetime": "*"
|
||||
"nodetime": "*",
|
||||
"resolve": "~0.2.3"
|
||||
},
|
||||
"private": true,
|
||||
"subdomain": "habitrpg",
|
||||
|
|
|
|||
Loading…
Reference in a new issue