Skip to content

Commit b0ac5bb

Browse files
author
Jane Quinn
committed
changed abandoned github module to active one
1 parent a72d0a9 commit b0ac5bb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

github.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

3-
var GitHub = require('github')
4-
var github = new GitHub({version: '3.0.0'})
3+
var GitHub = require('github4')
4+
var github = new GitHub()
55
var Request = require('request')
66
var _ = require('lodash')
77
var gitUrl

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"license": "MIT",
3232
"dependencies": {
3333
"eraro": "0.4.1",
34-
"github": "0.2.2",
34+
"github4": "0.5.4",
3535
"lodash": "4.6.1",
3636
"request": "2.69.0",
3737
"seneca": "2.0.0",

0 commit comments

Comments
 (0)