Skip to content

Commit 3923a67

Browse files
committed
fix: add repository field to package.json for provenance verification
The repository field is required when using npm --provenance flag. npm verifies that the repository URL in package.json matches the provenance statement generated by GitHub Actions.
1 parent 7bdc867 commit 3923a67

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
@@ -4,6 +4,10 @@
44
"description": "JavaScript SDK for the Invoicetronic API",
55
"license": "MIT",
66
"main": "dist/index.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/invoicetronic/javascript-sdk.git"
10+
},
711
"scripts": {
812
"build": "babel src -d dist",
913
"prepare": "npm run build",

0 commit comments

Comments
 (0)