Skip to content

Commit 15197dc

Browse files
Merge pull request #72 from BitGo/BTC-0.add-back-cjs-packagejson
feat(wasm-utxo): include CJS package.json in distribution files
2 parents c5dd9b2 + c5db9f2 commit 15197dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/wasm-utxo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"license": "MIT",
1111
"files": [
1212
"dist/esm/js/**/*",
13-
"dist/cjs/js/**/*"
13+
"dist/cjs/js/**/*",
14+
"dist/cjs/package.json"
1415
],
1516
"exports": {
1617
".": {

0 commit comments

Comments
 (0)