diff --git a/Readme.md b/Readme.md index d57dbc2..3b8f255 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ ## Strider Github Status +[![Greenkeeper badge](https://badges.greenkeeper.io/Strider-CD/strider-github-status.svg)](https://greenkeeper.io/) + This gives you nice notifications on pull-requests and commits that are tested, letting you know if the tests would pass or fail on the merged code. ### Requirements diff --git a/package.json b/package.json index ade41f7..ae3d979 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ }, "homepage": "https://github.com/Strider-CD/strider-github-status", "dependencies": { - "github": "~0.2.4", - "debug": "~0.7.4" + "github": "~9.0.0", + "debug": "~2.6.1" }, "publishConfig": { "registry": "http://registry.npmjs.org" @@ -51,9 +51,9 @@ }, "devDependencies": { "eslint": "^3.1.1", - "expect.js": "~0.2.0", - "istanbul": "~0.2.0", - "jshint": "~2.3.0", - "mocha": "~1.13.0" + "expect.js": "~0.3.1", + "istanbul": "~0.4.5", + "jshint": "~2.9.4", + "mocha": "~3.2.0" } }