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:
+2
-1
@@ -23,7 +23,8 @@
|
||||
"mongoskin": "*",
|
||||
"nconf": "*",
|
||||
"icalendar": "git://github.com/lefnire/node-icalendar#master",
|
||||
"nodetime": "*"
|
||||
"nodetime": "*",
|
||||
"resolve": "~0.2.3"
|
||||
},
|
||||
"private": true,
|
||||
"subdomain": "habitrpg",
|
||||
|
||||
Reference in New Issue
Block a user