From b34836ab1964456b19a25a5c9ce5acc1c56928f9 Mon Sep 17 00:00:00 2001 From: Justin Weisz Date: Tue, 9 Oct 2018 10:49:56 -0400 Subject: [PATCH] adding missing package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d1a893a..15ca148 100755 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "dependencies": { "assert": "^1.4.1", + "bluebird": "^3.5.2", "color-model": "^0.2.2", "colornames": "^1.1.1", "fifo": "^2.3.0",