diff --git a/README.md b/README.md index ea14238..bd2168a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ strider-sauce ============= +[![Greenkeeper badge](https://badges.greenkeeper.io/Strider-CD/strider-sauce.svg)](https://greenkeeper.io/) + Strider-Sauce adds support for easily running [Selenium][selenium] tests in parallel on [Sauce Labs'][saucelabs] cloud from within Strider. You simply enter your Sauce Labs username and access key and select the browser/OS combinations (including diff --git a/package.json b/package.json index fe2490d..ae59634 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,14 @@ "url": "git://github.com/Strider-CD/strider-sauce.git" }, "dependencies": { - "request": "~2.11.4", - "wd": "0.0.32", - "httpcheck": "0.0.1", + "request": "~2.79.0", + "wd": "1.1.3", + "httpcheck": "0.3.0", "unzip": "~0.1.9" }, "devDependencies": { - "jshint": "~2.3.0", - "mocha": "~1.14.0" + "jshint": "~2.9.4", + "mocha": "~3.2.0" }, "scripts": { "test": "make test",