Skip to content

Commit 4741908

Browse files
OttoAllmendingerllm-git
andcommitted
feat(wasm-utxo): update package.json files array
Update the files array to only include JS files from the dist directories, excluding test directory. Issue: BTC-2786 Co-authored-by: llm-git <[email protected]>
1 parent 9556545 commit 4741908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/wasm-utxo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"license": "MIT",
1111
"files": [
12-
"dist/esm/**/*",
13-
"dist/cjs/**/*"
12+
"dist/esm/js/**/*",
13+
"dist/cjs/js/**/*"
1414
],
1515
"exports": {
1616
".": {

0 commit comments

Comments
 (0)