From c4fa4f76950c9f6a329dd369b671c8df83afd03e Mon Sep 17 00:00:00 2001 From: Philip Hayton Date: Wed, 9 Jan 2013 14:15:36 +0000 Subject: [PATCH] fixed issue with missing ws dep see: https://github.com/LearnBoost/socket.io/issues/1112 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a3c59f710f..9baf0e71ab 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "socket.io-client": "0.9.11" , "policyfile": "0.0.4" , "base64id": "0.1.0" + , "ws": "0.4.24" } , "devDependencies": { "expresso": "0.9.2"