Skip to content

Commit cf163b3

Browse files
committed
chore: rename repo org
1 parent b328500 commit cf163b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

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

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

55
Converts JSX to HTML strings at compile time.
66

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"react"
1414
],
1515
"license": "MIT",
16-
"homepage": "https://github.com/sxzz/unplugin-jsx-string#readme",
16+
"homepage": "https://github.com/unplugin/unplugin-jsx-string#readme",
1717
"bugs": {
18-
"url": "https://github.com/sxzz/unplugin-jsx-string/issues"
18+
"url": "https://github.com/unplugin/unplugin-jsx-string/issues"
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/sxzz/unplugin-jsx-string.git"
22+
"url": "git+https://github.com/unplugin/unplugin-jsx-string.git"
2323
},
2424
"author": "三咲智子 <[email protected]>",
2525
"files": [

playground/src/components/app-footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class="icon-btn"
1010
i-carbon-logo-github
1111
rel="noreferrer"
12-
href="https://github.com/sxzz/unplugin-jsx-string"
12+
href="https://github.com/unplugin/unplugin-jsx-string"
1313
target="_blank"
1414
title="GitHub"
1515
/>

0 commit comments

Comments
 (0)