Skip to content

Commit 2cc35b9

Browse files
committed
fix: add repository.url to package.json for provenance
1 parent 726e4d1 commit 2cc35b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
"generate": "npx prisma generate",
7272
"postinstall": "npm run generate"
7373
},
74+
"repository": {
75+
"type": "git",
76+
"url": "https://github.com/Language-Research-Technology/arocapi"
77+
},
7478
"publishConfig": {
7579
"registry": "https://registry.npmjs.org/",
7680
"provenance": true

0 commit comments

Comments
 (0)