From 7f3762cc613e8889ab1f8d4617210d25cb53477f Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Mon, 16 Jan 2017 02:35:59 +0100 Subject: [PATCH] [TASK] Replace es6-shim with promise-polyfill --- bower.json | 2 +- html/index.html | 2 +- tasks/build.js | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index f00bbe5..06a6dd0 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ "moment": "~2.17.1", "requirejs": "~2.3.2", "tablesort": "https://github.com/tristen/tablesort.git#v4.0.1", - "es6-shim": "~0.35.2", + "promise-polyfill": "^6.0.2", "almond": "~0.3.3", "d3": "~3.5.17", "virtual-dom": "~2.1.1", diff --git a/html/index.html b/html/index.html index 9203080..933650d 100644 --- a/html/index.html +++ b/html/index.html @@ -7,7 +7,7 @@ - + diff --git a/tasks/build.js b/tasks/build.js index abee653..fac430b 100644 --- a/tasks/build.js +++ b/tasks/build.js @@ -11,8 +11,7 @@ module.exports = function (grunt) { dest: "build/" }, vendorjs: { - src: ["es6-shim/es6-shim.min.js", - "es6-shim/es6-shim.map"], + src: ["promise-polyfill/promise.js"], expand: true, cwd: "bower_components/", dest: "build/vendor/"