From bfa3899ec8e9b7bfe25cff37014da51035f8c6ad Mon Sep 17 00:00:00 2001 From: impinball Date: Sun, 20 Dec 2015 03:07:50 -0500 Subject: [PATCH] Update dependencies, clean up couple things --- package.json | 6 ++---- test/index.html | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a154b38d..4221d2bf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "grunt": "*", "grunt-cli": "*", "grunt-contrib-clean": "*", - "grunt-contrib-connect": "~0.7.1", + "grunt-contrib-connect": "^0.11.2", "grunt-contrib-copy": "*", "grunt-contrib-uglify": "*", "grunt-eslint": "^17.3.1", @@ -36,10 +36,8 @@ "grunt-saucelabs": "*", "grunt-saucelabs-browsers": "^0.2.0", "grunt-zip": "*", - "load-grunt-config": "^0.9.2", "mocha": "^2.3.3", - "request": "~2.35.0", - "saucelabs": "~0.1.1", + "request": "^2.67.0", "sinon": "^1.17.2", "sinon-chai": "^2.8.0" }, diff --git a/test/index.html b/test/index.html index 0600f60d..6da2683c 100644 --- a/test/index.html +++ b/test/index.html @@ -48,12 +48,12 @@ var runner = mocha.run() var failedTests = [] -runner.on('end', function() { +runner.on("end", function() { window.mochaResults = runner.stats window.mochaResults.reports = failedTests }) -runner.on('fail', function (test, err) { +runner.on("fail", function (test, err) { function flattenTitles(test) { var titles = [] while (test.parent.title) {