Skip to content

Commit 893a357

Browse files
authored
fix: package url for provenance (#17)
* fix: package url to provenance * chore: format the json file * chore: format the json file
1 parent 8f48a14 commit 893a357

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"license": "MIT",
44
"version": "1.0.0",
55
"description": "A tool for managing and publishing Zig NAPI packages.",
6+
"homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/ChainSafe/zapi.git"
10+
},
611
"type": "module",
712
"scripts": {
813
"build": "pnpm build:js && pnpm build:zig",

0 commit comments

Comments
 (0)