Skip to content

Commit a24d12b

Browse files
committed
chore: update repo url
1 parent bbf8246 commit a24d12b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# unplugin-vue-jsx [![npm](https://img.shields.io/npm/v/unplugin-vue-jsx.svg)](https://npmjs.com/package/unplugin-vue-jsx)
22

3-
[![Unit Test](https://github.com/sxzz/unplugin-vue-jsx/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sxzz/unplugin-vue-jsx/actions/workflows/unit-test.yml)
3+
[![Unit Test](https://github.com/unplugin/unplugin-vue-jsx/actions/workflows/unit-test.yml/badge.svg)](https://github.com/unplugin/unplugin-vue-jsx/actions/workflows/unit-test.yml)
44

55
- Vue JSX plugin for both Vue 2 and 3.
66
- Supports Rollup, Vite, esbuild and Webpack.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-jsx",
33
"version": "0.2.2",
44
"packageManager": "[email protected]",
5-
"description": "Vue JSX plugin for both Vue 2 and 3. Supports Rollup, Vite, esbuild and Webpack.",
5+
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"keywords": [
77
"unplugin",
88
"rollup",
@@ -11,13 +11,13 @@
1111
"webpack"
1212
],
1313
"license": "MIT",
14-
"homepage": "https://github.com/sxzz/unplugin-vue-jsx#readme",
14+
"homepage": "https://github.com/unplugin/unplugin-vue-jsx#readme",
1515
"bugs": {
16-
"url": "https://github.com/sxzz/unplugin-vue-jsx/issues"
16+
"url": "https://github.com/unplugin/unplugin-vue-jsx/issues"
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/sxzz/unplugin-vue-jsx.git"
20+
"url": "git+https://github.com/unplugin/unplugin-vue-jsx.git"
2121
},
2222
"author": "三咲智子 <[email protected]>",
2323
"files": [

0 commit comments

Comments
 (0)