Upgrade octokit to v4.1.2
This commit is contained in:
parent
dbbcbe019d
commit
c1745a9831
1214 changed files with 160765 additions and 0 deletions
9
node_modules/@octokit/auth-unauthenticated/dist-src/auth.js
generated
vendored
Normal file
9
node_modules/@octokit/auth-unauthenticated/dist-src/auth.js
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
async function auth(reason) {
|
||||
return {
|
||||
type: "unauthenticated",
|
||||
reason
|
||||
};
|
||||
}
|
||||
export {
|
||||
auth
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue