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:
Tyler Renelle 2013-02-18 23:39:50 -05:00
parent 5698db29fb
commit 41b5ef3141

View file

@ -23,7 +23,8 @@
"mongoskin": "*",
"nconf": "*",
"icalendar": "git://github.com/lefnire/node-icalendar#master",
"nodetime": "*"
"nodetime": "*",
"resolve": "~0.2.3"
},
"private": true,
"subdomain": "habitrpg",