mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-19 19:31:17 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user