mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 16:21:10 +00:00
chore(npm): remove shim for crypto
We uses standardized WebCrypto.
This commit is contained in:
parent
b1939308f1
commit
584d0758e3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ await build({
|
|||
deno: {
|
||||
test: "dev",
|
||||
},
|
||||
crypto: true,
|
||||
crypto: false,
|
||||
webSocket: true,
|
||||
},
|
||||
package: {
|
||||
|
|
Loading…
Add table
Reference in a new issue