We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4d7db commit 9222451Copy full SHA for 9222451
package.json
@@ -42,9 +42,9 @@
42
"default": "./aes.js"
43
},
44
"./bip39": {
45
- "types": "./bip39.d.ts",
46
- "import": "./esm/bip39.js",
47
- "default": "./bip39.js"
+ "types": "./bip39/index.d.ts",
+ "import": "./esm/bip39/index.js",
+ "default": "./bip39/index.js"
48
49
"./blake2b": {
50
"types": "./blake2b.d.ts",
@@ -167,9 +167,9 @@
167
168
169
"./bip39.js": {
170
171
172
173
174
"./blake2b.js": {
175
0 commit comments