Skip to content

Commit

Permalink
Re-add deno shim
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Feb 7, 2023
1 parent b18a80b commit c954e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ await build({
entryPoints: ["./mod.ts"],
outDir: "./npm",
shims: {
deno: "dev",
deno: true,
undici: true // Undici is for fetch support in old node versions
},
package: {
Expand Down

0 comments on commit c954e90

Please sign in to comment.