Add production node_modules

This commit is contained in:
Sven-Hendrik Haase
2019-08-23 04:21:15 +02:00
parent b46ad433fe
commit 5e8f902258
373 changed files with 79180 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
module.exports = octokitRegisterEndpoints
const registerEndpoints = require('./register-endpoints')
function octokitRegisterEndpoints (octokit) {
octokit.registerEndpoints = registerEndpoints.bind(null, octokit)
}