Skip to content

Commit fa707e6

Browse files
authored
Merge pull request #7181 from BitGo/WP-6258
fix(sdk-coin-canton): added 'files' in package json to fix the publish issue
2 parents 872e56d + 420fdcf commit fa707e6

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)