Skip to content

Commit

Permalink
fix: add publishConfig to new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ckniffen committed Oct 20, 2023
1 parent 861438c commit 9e30f18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/isomorphic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"prettier": "@xrplf/prettier-config",
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/secret-numbers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"xrpl-ledger",
"multi sign",
"sign"
]
],
"publishConfig": {
"access": "public"
}
}

0 comments on commit 9e30f18

Please sign in to comment.