Skip to content

Commit 5e32774

Browse files
authored
Add repository.url to fix npm provenance issue (#1369)
> an error occurred while publishing @livekit/protocol: E422 422 Unprocessable Entity - PUT https://registry.npmjs.org/@livekit%2fprotocol - Error verifying sigstore provenance bundle: Failed to validate repository information: package.json: "repository.url" is "", expected to match "https://github.com/livekit/protocol" from provenance
1 parent 2885e44 commit 5e32774

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"js-yaml": "3.14.2"
1919
}
2020
},
21+
"repository": {
22+
"url": "https://github.com/livekit/protocol"
23+
},
2124
"packageManager": "[email protected]"
2225
}

0 commit comments

Comments
 (0)