From 2541395df458891a5852c41170962f5926523368 Mon Sep 17 00:00:00 2001 From: Ivar Date: Wed, 22 Feb 2017 20:29:48 +0100 Subject: [PATCH] Add explicit dependecy for async --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a694b1e346..f01f5db67b 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ ] }, "dependencies": { + "async": "^2.1.5", "body-parser": "1.15.2", "commander": "^2.9.0", "cookie-parser": "^1.4.1",