From 53c4c04f6eccf00617c3389428a0fbaf783fa5e3 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Thu, 20 Aug 2015 08:39:24 -0600 Subject: [PATCH] Add Bluebird Promise library to fix Node 0.10 bug Fixes #73 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 51c6788..4c515cb 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ }, "dependencies": { "babel-runtime": "^5.1.11", + "bluebird": "^2.9.34", "colors": "^1.0.3", "columnify": "^1.4.1", "css": "^2.2.0",