From f1046442975f1a9d826b5dfcdd4640ea91f01c88 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 29 Oct 2014 12:15:53 +0000 Subject: [PATCH] Fix for MySQL issues See https://github.com/Pita/ueberDB/issues/63 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 18556aad..7fd1204f 100644 --- a/src/package.json +++ b/src/package.json @@ -16,7 +16,7 @@ "require-kernel" : "1.0.5", "resolve" : "0.2.x", "socket.io" : "0.9.x", - "ueberDB" : ">=0.2.2", + "ueberDB" : ">=0.2.4", "express" : "3.1.0", "async" : "0.1.x", "connect" : "2.7.x",