From 3dede0528c8533e818af10690447abe9fa501408 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 11 Oct 2012 16:54:27 +0200 Subject: [PATCH] Fix issue caused by broken async update Conflicts: src/package.json --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index e2f9c7740..a4097dc2f 100644 --- a/src/package.json +++ b/src/package.json @@ -16,7 +16,7 @@ "resolve" : "0.2.x", "socket.io" : "0.9.x", "ueberDB" : "0.1.7", - "async" : "0.1.x", + "async" : "0.1.22", "express" : "2.5.x", "connect" : "1.x", "clean-css" : "0.3.2",