reorganize index.ts to use "export *".

This commit is contained in:
fiatjaf
2022-12-19 19:51:38 -03:00
parent 897919be3b
commit a49d971f6a
2 changed files with 8 additions and 25 deletions

View File

@@ -10,7 +10,7 @@
"module": "esm/index.js",
"dependencies": {
"@noble/hashes": "^0.5.7",
"@noble/secp256k1": "^1.5.2",
"@noble/secp256k1": "^1.7.0",
"@scure/bip32": "^1.1.1",
"@scure/bip39": "^1.1.0",
"browserify-cipher": ">=1",