Skip to content

Commit 9094c8b

Browse files
authored
chore: more package name fixes (fixes #37) (#42)
1 parent 1464a8f commit 9094c8b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
### Before submitting the PR, please make sure you do the following
2121

2222
- [ ] Read the [Contributing Guidelines](https://github.com/vitejs/vite-plugin-react/blob/main/CONTRIBUTING.md).
23-
- [ ] Read the [Pull Request Guidelines](https://github.com/vitejs/vite-plugin-react/blob/main/CONTRIBUTING.md#pull-request-guidelines) and follow the [Commit Convention](https://github.com/vitejs/vite/blob/main/.github/commit-convention.md).
23+
- [ ] Read the [Pull Request Guidelines](https://github.com/vitejs/vite-plugin-react/blob/main/CONTRIBUTING.md#pull-request-guidelines) and follow the [Commit Convention](https://github.com/vitejs/vite-plugin-react/blob/main/.github/commit-convention.md).
2424
- [ ] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
2525
- [ ] Provide a description in this PR that addresses **what** the PR is solving, or reference the issue that it solves (e.g. `fixes #123`).
2626
- [ ] Ideally, include relevant tests that fail without this PR but pass with it.

.github/workflows/lock-closed-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
#issue-comment: |
2020
# This issue has been locked since it has been closed for more than 14 days.
2121
#
22-
# If you have found a concrete bug or regression related to it, please open a new [bug report](https://github.com/vitejs/vite-plugin-react/issues/new/choose) with a reproduction against the latest Vite version. If you have any other comments you should join the chat at [Vite Land](https://chat.vitejs.dev) or create a new [discussion](https://github.com/vitejs/vite/discussions).
22+
# If you have found a concrete bug or regression related to it, please open a new [bug report](https://github.com/vitejs/vite-plugin-react/issues/new/choose) with a reproduction against the latest Vite version. If you have any other comments you should join the chat at [Vite Land](https://chat.vitejs.dev) or create a new [discussion](https://github.com/vitejs/vite-plugin-react/discussions).
2323
issue-lock-reason: ""
2424
process-only: "issues"

packages/plugin-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
},
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/vitejs/vite.git",
33+
"url": "git+https://github.com/vitejs/vite-plugin-react.git",
3434
"directory": "packages/plugin-react"
3535
},
3636
"bugs": {
37-
"url": "https://github.com/vitejs/vite/issues"
37+
"url": "https://github.com/vitejs/vite-plugin-react/issues"
3838
},
39-
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
39+
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4040
"dependencies": {
4141
"@babel/core": "^7.20.5",
4242
"@babel/plugin-transform-react-jsx-self": "^7.18.6",

0 commit comments

Comments
 (0)