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,6 +1,8 @@
strider-github
==============

[![Greenkeeper badge](https://badges.greenkeeper.io/Strider-CD/strider-github.svg)](https://greenkeeper.io/)

A provider for strider that integrates with github to provide easy setup of
your projects. It registers webhooks and sets up ssh keys (if you so choose).

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strider-github",
"version": "2.3.3",
"version": "2.3.4",
"description": "A GibHub & GitHub Enterprise provider for Strider",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -38,21 +38,21 @@
"inline_icon": "github"
},
"devDependencies": {
"eslint": "^3.1.1",
"expect.js": "~0.2.0",
"mocha": "~1.13.0",
"nock": "^2.10.0"
"eslint": "^4.6.1",
"expect.js": "~0.3.1",
"mocha": "~3.5.0",
"nock": "^9.0.14"
},
"dependencies": {
"async": "~0.2.9",
"debug": "~2.2.0",
"gravatar": "~1.0.6",
"lodash": "^2.2.1",
"async": "~2.5.0",
"debug": "~3.0.1",
"gravatar": "~1.6.0",
"lodash": "^4.17.4",
"passport-github": "^1.1.0",
"scmp": "0.0.2",
"ssh-keypair": "~1.0.0",
"step": "0.0.5",
"scmp": "2.0.0",
"ssh-keypair": "~2.0.0",
"step": "1.0.0",
"strider-git": "^1.0.0",
"superagent": "~0.15.4"
"superagent": "~3.6.0"
}
}