Skip to content

Commit ae0c36a

Browse files
fix(abstract-utxo): only include dist/src in package.json
Do not include `dist/test` Issue: BTC-0
1 parent dc31772 commit ae0c36a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/abstract-utxo/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
7+
"files": [
8+
"dist/src"
9+
],
710
"scripts": {
811
"build": "yarn tsc --build --incremental --verbose .",
912
"fmt": "prettier --write .",

0 commit comments

Comments
 (0)