From dc22065b3b2c56c1270d8db4aa59fd87c83b684a Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Thu, 19 Feb 2015 01:38:22 +0700 Subject: [PATCH] chore(package): revert to Bluebird 2.8.1 Due to petkaantonov/bluebird#501. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 029a95f44..15eadfcb6 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ }, "dependencies": { "audio-context": "^0.1.0", - "bluebird": "^2.9.9", + "bluebird": "^2.8.1", "bms": "^0.6.0", "bytes": "^1.0.0", "chance": "^0.7.3",