Skip to content

Commit b1793e1

Browse files
chore(utxo-core): added bitcoinjs-lib dep in package.json
TICKET: BTC-2150
1 parent 46ce6c5 commit b1793e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/utxo-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"@bitgo/unspents": "^0.47.21",
5555
"@bitgo/utxo-lib": "^11.3.0",
5656
"@bitgo/wasm-miniscript": "2.0.0-beta.7",
57-
"bip174": "npm:@bitgo-forks/[email protected]"
57+
"bip174": "npm:@bitgo-forks/[email protected]",
58+
"bitcoinjs-lib": "npm:@bitgo-forks/[email protected]"
5859
},
5960
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
6061
}

0 commit comments

Comments
 (0)