mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Fix Mongoose at 4.5.3 while 4.5.4 has bug creating new clans and trial requests
This commit is contained in:
parent
1e89775486
commit
bc5375770e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
"mailchimp-api": "2.0.x",
|
||||
"moment": "~2.5.0",
|
||||
"mongodb": "^2.0.28",
|
||||
"mongoose": "^4.2.9",
|
||||
"mongoose": "4.5.3",
|
||||
"mongoose-cache": "https://github.com/nwinter/mongoose-cache/tarball/master",
|
||||
"node-force-domain": "~0.1.0",
|
||||
"node-gyp": "~0.13.0",
|
||||
|
|
Loading…
Reference in a new issue