From 28aa4ff9610bb611d425dd4f22d3b0b119771259 Mon Sep 17 00:00:00 2001 From: Mihalis Fthenos Date: Wed, 28 Sep 2016 12:58:02 -0700 Subject: [PATCH] add Promise polyfill and remove jQuery dependency --- package.json | 4 ++-- tests/runner.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 16b864124..c2e4b0f44 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ "browser-sync": "^2.8.2", "chai": "^2.3.0", "expect.js": "0.1.2", - "jquery": "^1.11.0", "mocha": "^2.2.4", "sinon": "^1.14.1", - "underscore": "1.8.x" + "underscore": "1.8.x", + "promise-polyfill": "6.0.2" }, "scripts": { "start": "node index.js", diff --git a/tests/runner.html b/tests/runner.html index 5b8706ddc..f596d6776 100644 --- a/tests/runner.html +++ b/tests/runner.html @@ -12,7 +12,6 @@
-