From 340a4a39bb5a8030c500ea4ddf5682b5223dd574 Mon Sep 17 00:00:00 2001 From: uri Date: Sat, 6 Apr 2024 17:40:17 +0300 Subject: [PATCH] no-crypto --- build_npm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_npm.ts b/build_npm.ts index 3c23c40..4c4f72c 100644 --- a/build_npm.ts +++ b/build_npm.ts @@ -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],