Skip to content

Commit

Permalink
Remove import link
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed May 7, 2024
1 parent de94e3e commit 1d7ce9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"main": "./src/main.js",
"type": "module",
"imports": {
"cross-fetch": "./src/deno/cross-fetch.js",
"linkedom": "https://deno.land/x/[email protected]/deno-dom-wasm.ts"
"cross-fetch": "./src/deno/cross-fetch.js"
},
"browser": {
"cross-fetch": "./src/deno/cross-fetch.js",
Expand Down

0 comments on commit 1d7ce9a

Please sign in to comment.