Skip to content

Commit

Permalink
fix(publisher): remove deprecated option from @octokit/rest params
Browse files Browse the repository at this point in the history
This broke with @octokit/rest.js 15.2.0

ISSUES CLOSED: #493
  • Loading branch information
malept committed May 4, 2018
1 parent 049055c commit 0af3e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import merge from 'lodash.merge';
export default class GitHub {
constructor(authToken, requireAuth, options = {}) {
this.options = merge(
{ protocol: 'https' },
options,
{ headers: { 'user-agent': 'Electron Forge' } }
);
Expand Down

0 comments on commit 0af3e86

Please sign in to comment.