Skip to content

Commit

Permalink
fix(package): update @octokit/endpoint to version 3.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `octokitRequest.endpoint.options()` is now `octokitRequest.endpoint.merge()`
  • Loading branch information
greenkeeper[bot] authored and gr2m committed Oct 31, 2018
1 parent f57f14a commit eb78c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/octokit/request.js#readme",
"dependencies": {
"@octokit/endpoint": "^2.0.1",
"@octokit/endpoint": "^3.0.0",
"is-plain-object": "^2.0.4",
"universal-user-agent": "^2.0.1"
},
Expand Down

0 comments on commit eb78c82

Please sign in to comment.