Skip to content

Commit

Permalink
fix: upgrade github-wrapper to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Freire committed Nov 20, 2017
1 parent 5e140d8 commit 7318baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"homepage": "https://github.com/dog-ai/dogbot#readme",
"dependencies": {
"@dog-ai/github-wrapper": "1.1.4",
"@dog-ai/github-wrapper": "1.1.7",
"@dog-ai/sdnotify-wrapper": "1.0.0",
"bluebird": "3.5.0",
"bluebird-retry": "0.10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/automation/greenkeeper.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Greenkeeper extends AutomationModule {
}

const token = this.options.api_token
this.wrapper = new GitHubWrapper({ auth: { type: 'token', token } })
this.wrapper = new GitHubWrapper({ github: { type: 'token', token } })

super.load(options)
}
Expand Down

0 comments on commit 7318baf

Please sign in to comment.