From 4fc82c01d4a0fa9438bf2f98921c72224a6d5efa Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Tue, 17 Mar 2015 13:48:08 -0700 Subject: [PATCH] update bluebird --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 64353f827..77fd93251 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,8 @@ }, "license": "Apache 2.0", "dependencies": { + "bluebird": "^2.9.14", "chalk": "~0.5.1", - "bluebird": "~2.8.2", "forever-agent": "~0.5.2", "lodash": "^3.0.0" }, @@ -96,4 +96,4 @@ "engines": { "node": ">=0.8 <0.11" } -} \ No newline at end of file +}