Skip to content

Commit 6eab97d

Browse files
authored
fix: point repository url at code-forge-io to match build provenance (#259)
npm rejected the 6.2.1 publish (E422) because the package's repository.url still referenced the old forge-42 org while OIDC build provenance is stamped with code-forge-io (the repo's current location): Failed to validate repository information: package.json repository.url is forge-42/... expected to match code-forge-io/... from provenance Update repository.url, bugs.url and readme in both the published package and the root manifest. homepage (forge42.dev docs domain) is left as-is.
1 parent 0263127 commit 6eab97d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/forge-42/react-router-devtools.git"
21+
"url": "git+https://github.com/code-forge-io/react-router-devtools.git"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/forge-42/react-router-devtools/issues"
24+
"url": "https://github.com/code-forge-io/react-router-devtools/issues"
2525
},
2626
"homepage": "https://react-router-devtools.forge42.dev/",
27-
"readme": "https://github.com/forge-42/react-router-devtools#readme",
27+
"readme": "https://github.com/code-forge-io/react-router-devtools#readme",
2828
"scripts": {
2929
"build": "nx affected --targets=build --exclude=test-apps/**,docs/**",
3030
"build:all": "nx run-many --targets=build --exclude=test-apps/**,docs/**",

packages/react-router-devtools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
"files": ["dist"],
5959
"repository": {
6060
"type": "git",
61-
"url": "git+https://github.com/forge-42/react-router-devtools.git"
61+
"url": "git+https://github.com/code-forge-io/react-router-devtools.git"
6262
},
6363
"bugs": {
64-
"url": "https://github.com/forge-42/react-router-devtools/issues"
64+
"url": "https://github.com/code-forge-io/react-router-devtools/issues"
6565
},
6666
"homepage": "https://react-router-devtools.forge42.dev/",
67-
"readme": "https://github.com/forge-42/react-router-devtools#readme",
67+
"readme": "https://github.com/code-forge-io/react-router-devtools#readme",
6868
"scripts": {
6969
"prepublishOnly": "npm run build",
7070
"react-router-vite": "npm run dev -w test-apps/react-router-vite",

0 commit comments

Comments
 (0)