Skip to content

Commit 91a712f

Browse files
jheddingsclaude
andcommitted
fix: add repository field for npm provenance verification
npm provenance requires package.json repository.url to match the GitHub repo configured as the trusted publisher. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d264b25 commit 91a712f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@workday/everywhere",
33
"version": "0.0.5",
44
"private": false,
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/Workday/everywhere"
8+
},
59
"license": "Apache-2.0",
610
"type": "module",
711
"main": "./dist/index.js",

0 commit comments

Comments
 (0)