Skip to content

Commit 3729d96

Browse files
author
CID Agent
committed
Add repository field to @iscc/lib package.json for npm provenance
1 parent 2f4b8f5 commit 3729d96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/iscc-napi/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@iscc/lib",
33
"version": "0.0.2",
44
"license": "Apache-2.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/iscc/iscc-lib"
8+
},
59
"main": "index.js",
610
"types": "index.d.ts",
711
"files": [

0 commit comments

Comments
 (0)