From 6aa7c88224dd85f31d825bd63899f0ad1b931414 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Fri, 25 Aug 2023 21:55:44 +0200 Subject: [PATCH] remove unused dependencie --- crypto.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto.test.js b/crypto.test.js index 70b74ce..7833934 100644 --- a/crypto.test.js +++ b/crypto.test.js @@ -4,7 +4,6 @@ import * as rsa from 'lib0/crypto/rsa-oaep' import * as ecdsa from 'lib0/crypto/ecdsa' import * as t from './testing.js' import * as prng from './prng.js' -import * as webcrypto from 'lib0/webcrypto' import * as json from './json.js' /**