mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
IIFE
This commit is contained in:
15
patches/unfetch+5.0.0.patch
Normal file
15
patches/unfetch+5.0.0.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/node_modules/unfetch/package.json b/node_modules/unfetch/package.json
|
||||
index ec47dc2..33954f7 100644
|
||||
--- a/node_modules/unfetch/package.json
|
||||
+++ b/node_modules/unfetch/package.json
|
||||
@@ -15,8 +15,8 @@
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
- "import": "./index.mjs",
|
||||
- "default": "./index.js"
|
||||
+ "import": "./dist/unfetch.mjs",
|
||||
+ "default": "./dist/unfetch.js"
|
||||
},
|
||||
"./polyfill": {
|
||||
"default": "./polyfill/index.js"
|
||||
Reference in New Issue
Block a user