mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: patch package fix
This commit is contained in:
parent
14f8395b91
commit
b198d70e9a
@ -1,3 +1,20 @@
|
||||
diff --git a/node_modules/@microsoft/fetch-event-source/package.json b/node_modules/@microsoft/fetch-event-source/package.json
|
||||
index 8528735..2e9bac3 100644
|
||||
--- a/node_modules/@microsoft/fetch-event-source/package.json
|
||||
+++ b/node_modules/@microsoft/fetch-event-source/package.json
|
||||
@@ -9,9 +9,9 @@
|
||||
},
|
||||
"author": "Microsoft",
|
||||
"license": "MIT",
|
||||
- "main": "lib/cjs/index.js",
|
||||
- "module": "lib/esm/index.js",
|
||||
- "types": "lib/cjs/index.d.ts",
|
||||
+ "main": "src/index.ts",
|
||||
+ "module": "src/index.ts",
|
||||
+ "types": "src/index.ts",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"clean": "rimraf ./lib ./coverage",
|
||||
diff --git a/node_modules/@microsoft/fetch-event-source/src/fetch.ts b/node_modules/@microsoft/fetch-event-source/src/fetch.ts
|
||||
index 1e2236c..ccfdf6d 100644
|
||||
--- a/node_modules/@microsoft/fetch-event-source/src/fetch.ts
|
||||
|
Loading…
x
Reference in New Issue
Block a user