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:
Scott Erickson 2016-04-27 14:07:32 -07:00
parent 84ec2d630f
commit 2aa0b35c6e

View file

@ -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",