diff --git a/.changeset/perfect-toes-care.md b/.changeset/perfect-toes-care.md new file mode 100644 index 000000000..87969081c --- /dev/null +++ b/.changeset/perfect-toes-care.md @@ -0,0 +1,6 @@ +--- +'@xchainjs/xchain-client': patch +--- + +Package.json publish config + \ No newline at end of file diff --git a/packages/xchain-client/package.json b/packages/xchain-client/package.json index 52133d93c..f0c053574 100644 --- a/packages/xchain-client/package.json +++ b/packages/xchain-client/package.json @@ -22,5 +22,9 @@ "@xchainjs/xchain-crypto": "workspace:*", "@xchainjs/xchain-util": "workspace:*", "axios": "1.3.6" + }, + "publishConfig": { + "access": "public", + "directory": "release/package" } } \ No newline at end of file