Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
}