-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac68930
commit 28e1378
Showing
3 changed files
with
25 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,5 +58,10 @@ | |
"typescript": "^5.5.4", | ||
"wxt": "^0.19.10" | ||
}, | ||
"packageManager": "[email protected]+sha256.355a8ab8dbb6ad41befbef39bc4fd6b5df85e12761d2724bd01f13e878de4b13" | ||
"packageManager": "[email protected]+sha256.355a8ab8dbb6ad41befbef39bc4fd6b5df85e12761d2724bd01f13e878de4b13", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"quickjs-emscripten-sync": "patches/quickjs-emscripten-sync.patch" | ||
} | ||
} | ||
} |
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,12 @@ | ||
diff --git a/package.json b/package.json | ||
index cc88add65dcde559bb0cdda23b622c5ba0be21e8..ab5531810fa6aebd4fb5c4d6539946750e5f55e4 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -11,6 +11,7 @@ | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
+ "types": "./dist/index.d.ts", | ||
"import": "./dist/quickjs-emscripten-sync.mjs", | ||
"require": "./dist/quickjs-emscripten-sync.umd.js" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.