From 7e9eb820fb1040c81d653cbe0ccc24e41e3d2c40 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Thu, 31 Mar 2016 15:30:51 -0400 Subject: [PATCH] Revert "Upgrade asyncjs to 1.5.2" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2e23c5f..9a770cdc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "acorn": "2.5.2", - "async": "^1.5.2", + "async": "^0.9.0", "base64id": "~0.1.0", "connect": "~2.12.0", "debug": "~0.7.4",