From 25425d6a874f02f5f6100bdb63aa478987651351 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 18 Feb 2016 11:18:25 +0700 Subject: [PATCH] Update to current es6-promise polyfill This no longer causes trouble in PhantomJS 2.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 083276bc..4a278171 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "babel-preset-es2015": "^6.3.13", "babelify": "^7.2.0", "chai": "~3.4.1", - "es6-promise": "^1.0.0", + "es6-promise": "^3.1.2", "grunt": "~0.4.5", "grunt-browserify": "~4.0.1", "grunt-contrib-clean": "~0.7.0",