Skip to content

Commit 5f4db71

Browse files
therealbradclaude
andauthored
fix: correct repository.url casing in package.json files (#302)
npm sigstore provenance validation is case-sensitive and rejects publish when repository.url uses lowercase org name vs the actual GitHub org (TestPlanIt vs testplanit). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ebdaac1 commit 5f4db71

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/testplanit/testplanit.git",
39+
"url": "https://github.com/TestPlanIt/testplanit.git",
4040
"directory": "packages/api"
4141
},
4242
"bugs": {

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"license": "MIT",
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/testplanit/testplanit.git",
42+
"url": "https://github.com/TestPlanIt/testplanit.git",
4343
"directory": "packages/mcp-server"
4444
},
4545
"bugs": {

packages/wdio-testplanit-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/testplanit/testplanit.git",
39+
"url": "https://github.com/TestPlanIt/testplanit.git",
4040
"directory": "packages/wdio-testplanit-reporter"
4141
},
4242
"bugs": {

0 commit comments

Comments
 (0)