Skip to content

Commit fdde58b

Browse files
feat(utxo-staking): add files field to package.json
Adds the files field to package.json to explicitly specify which files should be included in the package when published. Issue: BTC-1933
1 parent 74bbe1c commit fdde58b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/utxo-staking/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "BitGo SDK for build UTXO staking transactions",
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)