From 8302b2480ddc24c30b650df50424b53699b635c8 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 16 Jun 2015 13:43:06 -0700 Subject: [PATCH] Ping async to 1.0.0 to work around context propagation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0d58413..a426ec37 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "should": "^5.0.0" }, "dependencies": { - "async": "^1.0.0", + "async": "~1.0.0", "debug": "^2.1.1", "depd": "^1.0.0", "inflection": "^1.6.0",