Skip to content

Update dependencies to enable Greenkeeper 🌴 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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"
}
}