Skip to content

Commit f8bff38

Browse files
author
Maxime Suard
committed
Change: node-dlc post163 integration --wip-- [skip ci]
1 parent 64b3ffd commit f8bff38

File tree

12 files changed

+2419
-1577
lines changed

12 files changed

+2419
-1577
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
],
77
"devDependencies": {
88
"@changesets/cli": "^2.22.0",
9-
"@node-dlc/core": "0.21.2",
10-
"@node-dlc/messaging": "0.21.2",
9+
"@node-dlc/bitcoin": "file:../node-dlc/packages/bitcoin",
10+
"@node-dlc/core": "file:../node-dlc/packages/core",
11+
"@node-dlc/messaging": "file:../node-dlc/packages/messaging",
1112
"@swc/cli": "^0.1.57",
1213
"@swc/core": "^1.2.172",
1314
"@swc/register": "^0.1.10",
@@ -52,6 +53,9 @@
5253
"webpack": "^4.44.1",
5354
"webpack-cli": "^3.3.12"
5455
},
56+
"resolutions": {
57+
"bip174": "2.1.0"
58+
},
5559
"scripts": {
5660
"lint": "turbo run lint",
5761
"lint:fix": "turbo run lint:fix",

0 commit comments

Comments
 (0)