From 2b2e0b93d5a06c26845471a820ab269ad37aa465 Mon Sep 17 00:00:00 2001 From: "Jose F. Romaniello" Date: Mon, 7 Jan 2013 10:39:14 -0300 Subject: [PATCH] point socket.io-client to my fork with newer xmlhttprequest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a33247..7d7c850 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "connect": "~2.4.6", "passport-local": "~0.1.6", "xmlhttprequest": "~1.5.0", - "socket.io-client": "~0.9.11" + "socket.io-client": "git+https://github.com/jfromaniello/socket.io-client.git" } }