Skip to content

Commit 420fdcf

Browse files
committed
fix(sdk-coin-canton): added 'files' in package json to fix the publish issue
Ticket: WP-6258
1 parent 872e56d commit 420fdcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/sdk-coin-canton/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@
4848
"@bitgo/sdk-api": "^1.69.2",
4949
"@bitgo/sdk-lib-mpc": "^10.7.0",
5050
"@bitgo/sdk-test": "^9.1.2"
51-
}
51+
},
52+
"files": [
53+
"dist"
54+
]
5255
}

0 commit comments

Comments
 (0)