mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Fix server running on Node 4
Node 5 doesn't care whether you explicitly list co in the list of dependencies, when it's a dependency of co-express. But Node 4 does.
This commit is contained in:
parent
84ec2d630f
commit
2aa0b35c6e
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
"bayesian-battle": "0.0.7",
|
||||
"bluebird": "^3.2.1",
|
||||
"chalk": "^1.1.3",
|
||||
"co": "^4.6.0",
|
||||
"co-express": "^1.2.1",
|
||||
"coffee-script": "1.9.x",
|
||||
"connect": "2.7.x",
|
||||
|
|
Loading…
Reference in a new issue