forked from mirrors/action-gh-release
remove node_modules
This commit is contained in:
parent
c7638c8893
commit
60358a145c
444 changed files with 0 additions and 83958 deletions
13
node_modules/@octokit/rest/plugins/rest-api-endpoints/index.js
generated
vendored
13
node_modules/@octokit/rest/plugins/rest-api-endpoints/index.js
generated
vendored
|
@ -1,13 +0,0 @@
|
|||
module.exports = octokitRestApiEndpoints
|
||||
|
||||
const ROUTES = require('./routes.json')
|
||||
|
||||
function octokitRestApiEndpoints (octokit) {
|
||||
// Aliasing scopes for backward compatibility
|
||||
// See https://github.com/octokit/rest.js/pull/1134
|
||||
ROUTES.gitdata = ROUTES.git
|
||||
ROUTES.authorization = ROUTES.oauthAuthorizations
|
||||
ROUTES.pullRequests = ROUTES.pulls
|
||||
|
||||
octokit.registerEndpoints(ROUTES)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue