Skip to content

Commit 411c649

Browse files
Merge pull request #5418 from BitGo/BTC-1791.only-package-src
fix(abstract-utxo): only include dist/src in package.json
2 parents 4831557 + ae0c36a commit 411c649

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)