remove lib and node_modules
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
module.exports = octokitRegisterEndpoints
|
||||
|
||||
const registerEndpoints = require('./register-endpoints')
|
||||
|
||||
function octokitRegisterEndpoints (octokit) {
|
||||
octokit.registerEndpoints = registerEndpoints.bind(null, octokit)
|
||||
}
|
||||
Reference in New Issue
Block a user