From 8efe69a4431be724b8b674634486bca0e156f216 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Fri, 29 Apr 2016 15:08:41 -0700 Subject: [PATCH] add missing bluebird library --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 88707f8..8d44d55 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "sinon": "~1.17.3" }, "dependencies": { + "bluebird": "~3.3.5", "debug": "~2.2.0", "elasticsearch": "~11.0.1", "lodash": "~4.11.1",