Skip to content

Commit 22e6758

Browse files
committed
fix: update links
1 parent d0dcec0 commit 22e6758

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
publish:
14-
if: github.repository == 'vitest-dev/vitest-browser-react'
14+
if: github.repository == 'vitest-community/vitest-browser-react'
1515
runs-on: ubuntu-latest
1616
environment: Release
1717
steps:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"author": "Vitest Team",
88
"license": "MIT",
99
"funding": "https://opencollective.com/vitest",
10-
"homepage": "https://github.com/vitest-dev/vitest-browser-react#readme",
10+
"homepage": "https://github.com/vitest-community/vitest-browser-react#readme",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/vitest-dev/vitest-browser-react.git"
13+
"url": "git+https://github.com/vitest-community/vitest-browser-react.git"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/vitest-dev/vitest-browser-react/issues"
16+
"url": "https://github.com/vitest-community/vitest-browser-react/issues"
1717
},
1818
"keywords": [
1919
"react",
@@ -54,7 +54,7 @@
5454
"@types/react-dom": "^18.0.0 || ^19.0.0",
5555
"react": "^18.0.0 || ^19.0.0",
5656
"react-dom": "^18.0.0 || ^19.0.0",
57-
"vitest": "^4.0.0-0"
57+
"vitest": "^4.0.0"
5858
},
5959
"peerDependenciesMeta": {
6060
"@types/react": {

scripts/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ try {
1818
await $`git update-ref refs/heads/release refs/heads/main`
1919
await $`git push origin release`
2020
}
21-
console.log('New release is ready, waiting for conformation at https://github.com/vitest-dev/vitest-browser-react/actions')
21+
console.log('New release is ready, waiting for conformation at https://github.com/vitest-community/vitest-browser-react/actions')
2222
}
2323
catch (err) {
2424
console.error(err)

0 commit comments

Comments
 (0)