diff --git a/package.json b/package.json index fb7bf72..f97a004 100644 --- a/package.json +++ b/package.json @@ -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",