Skip to content

Commit 5187d9c

Browse files
committed
fix: match GitHub org casing (RoxyAPI) for npm provenance
1 parent 2296601 commit 5187d9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"license": "MIT",
4848
"repository": {
4949
"type": "git",
50-
"url": "git+https://github.com/roxyapi/sdk-typescript.git"
50+
"url": "git+https://github.com/RoxyAPI/sdk-typescript.git"
5151
},
5252
"homepage": "https://roxyapi.com/docs/sdk",
5353
"bugs": {
54-
"url": "https://github.com/roxyapi/sdk-typescript/issues"
54+
"url": "https://github.com/RoxyAPI/sdk-typescript/issues"
5555
},
5656
"devDependencies": {
5757
"@biomejs/biome": "^2.4.9",

0 commit comments

Comments
 (0)