mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-19 09:51:20 +01:00
Remove node modules
This commit is contained in:
9
node_modules/@octokit/request/dist-src/index.js
generated
vendored
9
node_modules/@octokit/request/dist-src/index.js
generated
vendored
@@ -1,9 +0,0 @@
|
||||
import { endpoint } from "@octokit/endpoint";
|
||||
import { getUserAgent } from "universal-user-agent";
|
||||
import { VERSION } from "./version";
|
||||
import withDefaults from "./with-defaults";
|
||||
export const request = withDefaults(endpoint, {
|
||||
headers: {
|
||||
"user-agent": `octokit-request.js/${VERSION} ${getUserAgent()}`,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user