From 80c096dedb366570d2eae0d5f666f35d4fcc8c10 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 12 Aug 2016 12:52:44 -0400 Subject: [PATCH] Revert "up async to 2.0.1" This reverts commit ad4910d44d87c678b66a82ab8fdf6af18a0de3b3. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d7b5cad95..ef16dbbad1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- ./tests -t 10000" }, "dependencies": { - "async": "~2.0.1", + "async": "~1.5.0", "autoprefixer": "^6.2.3", "bcryptjs": "~2.3.0", "body-parser": "^1.9.0",