Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #436 from greenkeeper-keeper/octokit
Browse files Browse the repository at this point in the history
Octokit
  • Loading branch information
travi authored Mar 6, 2018
2 parents 50e3fad + 92e56f7 commit 2ddcf0b
Show file tree
Hide file tree
Showing 19 changed files with 292 additions and 315 deletions.
136 changes: 34 additions & 102 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 @@ -83,10 +83,10 @@
"sinon": "4.4.2"
},
"dependencies": {
"@octokit/rest": "14.0.8",
"boom": "7.2.0",
"btoa": "1.1.2",
"delay": "2.0.0",
"highwire": "1.1.6",
"hoek": "5.0.3",
"http-status-codes": "1.3.0",
"joi": "13.1.2",
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default {
'delay',
'joi',
'hoek',
'boom'
'boom',
'@octokit/rest'
],
plugins: [
nodeResolve({
Expand Down
Loading

0 comments on commit 2ddcf0b

Please sign in to comment.