-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add patch for unjs/ofetch#238
- Loading branch information
Showing
12 changed files
with
312 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/package.json b/package.json | ||
index a6c7dadf3e5c42c4b726feb51f1ee42cb5549d94..19bcffbf1833b189962b2e6b172972c9e2e81d0a 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -8,6 +8,11 @@ | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
+ "edge-light": { | ||
+ "types": "./dist/index.d.ts", | ||
+ "import": "./dist/index.mjs", | ||
+ "require": "./dist/index.cjs" | ||
+ }, | ||
"node": { | ||
"types": "./dist/node.d.ts", | ||
"import": "./dist/node.mjs", |
Oops, something went wrong.
250aa6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ghloc – ./
ghloc-git-master-pajecawav.vercel.app
ghloc-pajecawav.vercel.app
ghloc.vercel.app