Skip to content

Commit 179e59c

Browse files
Merge pull request #48 from BitGo/BTC-2740
feat: publish modules required by index exports
2 parents 3a8d6bf + df2ebc6 commit 179e59c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/wasm-utxo/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414
"dist/*/js/wasm/wasm_utxo_bg.wasm",
1515
"dist/*/js/wasm/wasm_utxo_bg.wasm.d.ts",
1616
"dist/*/js/ast/*",
17-
"dist/*/js/index.*"
17+
"dist/*/js/index.*",
18+
"dist/*/js/address.*",
19+
"dist/*/js/utxolibCompat.*",
20+
"dist/*/js/fixedScriptWallet.*",
21+
"dist/*/js/coinName.*",
22+
"dist/*/js/triple.*"
1823
],
1924
"main": "dist/node/js/index.js",
2025
"types": "dist/node/js/index.d.ts",

0 commit comments

Comments
 (0)