mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 03:41:18 +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"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"description": "JSX factory for json-render. Write JSX, get Spec JSON.",
|
"description": "JSX factory for json-render. Write JSX, get Spec JSON.",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/kennethnym/jrx"
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user