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 @@
-