Skip to content

Commit 80d6210

Browse files
mldangeloclaude
andauthored
fix: update repository URLs to match actual repo name (#44)
The package.json had old repository URLs pointing to promptfoo/rouge but the actual repository is promptfoo/js-rouge. This caused npm's provenance verification to fail during OIDC publishing. Updated: - repository.url - bugs.url - homepage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <[email protected]>
1 parent 0fe7580 commit 80d6210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/promptfoo/rouge.git"
29+
"url": "git+https://github.com/promptfoo/js-rouge.git"
3030
},
3131
"keywords": [
3232
"ROUGE",
@@ -40,9 +40,9 @@
4040
],
4141
"license": "MIT",
4242
"bugs": {
43-
"url": "https://github.com/promptfoo/rouge/issues"
43+
"url": "https://github.com/promptfoo/js-rouge/issues"
4444
},
45-
"homepage": "https://github.com/promptfoo/rouge",
45+
"homepage": "https://github.com/promptfoo/js-rouge",
4646
"devDependencies": {
4747
"@swc/core": "^1.7.12",
4848
"@swc/jest": "^0.2.36",

0 commit comments

Comments
 (0)