Skip to content

Commit

Permalink
Merge pull request #6 from open-rpc/fix/public
Browse files Browse the repository at this point in the history
fix: public access
  • Loading branch information
zcstarr authored Jan 16, 2025
2 parents 8afb17a + b6236ab commit 40e4dcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "OpenRPC Specification Extension Schema",
"type": "module",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "./dist/cjs/src/index.cjs",
"module": "./dist/mjs/src/index.mjs",
"types": "./dist/mjs/src/index.d.mts",
Expand Down

0 comments on commit 40e4dcd

Please sign in to comment.