Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
chore(deps): replace github with @octokit/rest
`github` has been renamed to `@octokit/rest`. The version sequence was
kept, and the package name is the only breaking change on v14.0.0.

Ref: https://github.com/octokit/rest.js/releases/tag/v14.0.0
  • Loading branch information
mmarchini committed Aug 1, 2020
commit 0d8c86f81f157a07dbf776a63c8a34d221f7a4ba
2 changes: 1 addition & 1 deletion lib/github-client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const GitHub = require('github')
const GitHub = require('@octokit/rest')

const githubClient = new GitHub({
version: '3.0.0',
Expand Down
122 changes: 38 additions & 84 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 @@ -13,6 +13,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"@octokit/rest": "^14.0.9",
"async": "2.1.5",
"basic-auth": "^1.0.4",
"body-parser": "^1.15.0",
Expand All @@ -22,7 +23,6 @@
"dotenv": "^2.0.0",
"events-async": "^1.2.1",
"express": "^4.13.4",
"github": "^13.1.1",
"glob": "^7.0.3",
"lru-cache": "^4.0.1",
"request": "^2.88.0"
Expand Down