From b60240e2ff7c2bf35c54910b4ac403a5fada2efc Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 30 Apr 2014 10:28:19 +0200 Subject: [PATCH] bumped async to version 0.8.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 23ca5c4..db851dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "analyze": false, "dependencies": { - "async": "0.7.x", + "async": "0.8.x", "body-parser": "1.0.x", "canvas": "1.1.x", "connect-redis": "2.0.x", @@ -34,5 +34,5 @@ "start": "node app.js" }, "subdomain": "binb", - "version": "0.4.7-1" + "version": "0.4.7-2" } -- 2.54.0