From: Luigi Pinca Date: Wed, 30 Apr 2014 08:28:19 +0000 (+0200) Subject: bumped async to version 0.8.x X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=b60240e2ff7c2bf35c54910b4ac403a5fada2efc;p=binbsis50.git bumped async to version 0.8.x --- 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" }