Skip to content

Commit

Permalink
fix(package): update github to version 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored and pvdlg committed Jan 19, 2018
1 parent d40b320 commit 4ca68ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/get-client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const url = require('url');
const GitHubApi = require('github');
const GitHubApi = require('@octokit/rest');

module.exports = (githubToken, githubUrl, githubApiPathPrefix) => {
const {port, protocol, hostname} = githubUrl ? url.parse(githubUrl) : {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"@octokit/rest": "^14.0.3",
"@semantic-release/error": "^2.1.0",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"github": "^13.0.0",
"globby": "^7.1.1",
"lodash": "^4.17.4",
"mime": "^2.0.3",
Expand Down

0 comments on commit 4ca68ad

Please sign in to comment.