Skip to content

Commit

Permalink
set access public
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnaveira committed Jul 25, 2024
1 parent aaa1fbb commit db669e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.3",
"description": "",
"main": "index.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "sh build.sh && tsc",
"tsc": "tsc"
Expand Down
3 changes: 3 additions & 0 deletions clients/javascript/wallet_daemon_client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@tari-project/wallet_jrpc_client",
"version": "1.0.7",
"description": "Tari wallet JSON-RPC client library",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit db669e2

Please sign in to comment.