From a62247f011c1c79acdc6d5166962068fcfb9c5bb Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Sat, 10 Oct 2015 00:43:40 +0300 Subject: [PATCH] add missing bluebird as devDep --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8277269..c94016d 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ }, "devDependencies": { "assertit": "^0.1.0", + "bluebird": "^2.10.2", "is-buffer": "^1.1.0", "is-promise": "^2.1.0", "mz": "^2.0.0",