Skip to content

Commit

Permalink
package github was renamed to octokit/rest
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Oct 31, 2018
1 parent 1e6413d commit f46a5c7
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 7 deletions.
150 changes: 145 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^15.15.1",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"express-session": "^1.15.6",
"github": "^14.0.0",
"jade": "^1.11.0",
"lowdb": "^0.14.0",
"morgan": "^1.9.1",
Expand Down
2 changes: 1 addition & 1 deletion routes/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var router = express.Router()
var passport = require('passport')
var settings = require('../settings.json')

var GitHubApi = require('github')
var GitHubApi = require('@octokit/rest')
var githubSettings = {}

var db = require('../config/db')
Expand Down

0 comments on commit f46a5c7

Please sign in to comment.