Add repository field to package.json (#9)

Required for npm provenance verification — npm checks that the
repository URL matches the GitHub repo publishing the package.

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-14 01:32:17 +00:00
committed by GitHub
parent 8680ef66c8
commit 4c396d9f60

View File

@@ -6,6 +6,10 @@
"access": "public"
},
"description": "JSX factory for json-render. Write JSX, get Spec JSON.",
"repository": {
"type": "git",
"url": "https://github.com/kennethnym/jrx"
},
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",