chore(npm): remove shim for crypto

We uses standardized WebCrypto.
This commit is contained in:
Shibo Lyu 2024-10-15 01:01:50 +08:00
parent b1939308f1
commit 584d0758e3

View file

@ -17,7 +17,7 @@ await build({
deno: {
test: "dev",
},
crypto: true,
crypto: false,
webSocket: true,
},
package: {