fix(Travis build): PhantomJS and SocketIO dependencies

This commit is contained in:
Andrew Throener
2016-01-27 11:42:54 -06:00
parent 3ab760a1e0
commit 64884b8925

View File

@@ -58,9 +58,9 @@
"passport-local": "^1.0.0",
"passport-paypal-openidconnect": "^0.1.1",
"passport-twitter": "^1.0.2",
"phantomjs": ">=1.9.0",
"phantomjs": "~1.9.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.7",
"socket.io": "~1.3.7",
"swig": "^1.4.2",
"validator": "^3.41.2"
},