Set publishConfig access to public

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-28 01:43:52 +00:00
parent e641c33f56
commit 4c22ad4d87

View File

@@ -2,6 +2,9 @@
"name": "@nym.sh/jrx",
"version": "0.1.0",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"description": "JSX factory for json-render. Write JSX, get Spec JSON.",
"type": "module",
"main": "./dist/index.cjs",