Skip to content

Commit

Permalink
no-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
uriva committed Apr 6, 2024
1 parent 9c31f47 commit 340a4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ await emptyDir(outDir);
await build({
entryPoints: ["./src/index.ts"],
outDir,
shims: { deno: true, crypto: true },
shims: { deno: true },
package: {
name: "gamla",
version: Deno.args[0],
Expand Down

0 comments on commit 340a4a3

Please sign in to comment.