From 07c307a2cc1228aa765b9bf0181b2086176b87f7 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Tue, 24 Apr 2012 21:58:19 -0700 Subject: [PATCH] Sockjs 0.3.1 is out. --- admin/generate-dev-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index 23a19cac82..df0525b73a 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -151,7 +151,7 @@ npm install connect-gzip@0.1.5 # Sockjs has a broken optional dependancy, and npm optional dependancies # don't seem to quite work. Fake it out with a checkout. git clone http://github.com/akdubya/rbytes.git -npm install sockjs@0.2.1 # majek said wait for 0.3.1 +npm install sockjs@0.3.1 rm -rf rbytes # Disable mtime check in fibers. Fixes problem when packaging tools