From 04245ef5d085ac40a1f86439b4aef5bea64fbe21 Mon Sep 17 00:00:00 2001 From: Dan Schultz Date: Thu, 15 Nov 2018 13:39:42 -0500 Subject: [PATCH] Add socket.io dependency I honestly don't know when this got removed, but, that's why Travis has been breaking this whole time I bet. Issue #15 Modernize development environment --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0a15498..387ffc6 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "bluebird": "^2.9.25", "express": "^4.12.3", "lodash": "^3.8.0", + "socket.io": "^2.1.1", "uuid": "^3.0.0" }, "devDependencies": {