From 97a685ea1810c9f8e231cff938881cc2e1711ae4 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Tue, 16 Jul 2013 09:23:58 +0200 Subject: [PATCH] Updated to a version of async that is compatible with IE 9 and 10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9063866..93edf4f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "git@github.com:louischatriot/node-embedded-db.git" }, "dependencies": { - "async": "~0.2.8", + "async": "0.2.9", "underscore": "~1.4.4", "binary-search-tree": "0.2.3", "mkdirp": "~0.3.5"