Skip to content

Commit 01b6980

Browse files
committed
chore: rename repo name
1 parent ac90253 commit 01b6980

File tree

3 files changed

+357
-680
lines changed

3 files changed

+357
-680
lines changed

README.md

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

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

55
Named export for Vue SFC.
66

package.json

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"webpack"
1212
],
1313
"license": "MIT",
14-
"homepage": "https://github.com/sxzz/unplugin-vue-named-export#readme",
14+
"homepage": "https://github.com/unplugin/unplugin-vue-named-export#readme",
1515
"bugs": {
16-
"url": "https://github.com/sxzz/unplugin-vue-named-export/issues"
16+
"url": "https://github.com/unplugin/unplugin-vue-named-export/issues"
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/sxzz/unplugin-vue-named-export.git"
20+
"url": "git+https://github.com/unplugin/unplugin-vue-named-export.git"
2121
},
2222
"author": "三咲智子 <[email protected]>",
2323
"files": [
@@ -28,42 +28,22 @@
2828
"types": "./dist/index.d.ts",
2929
"exports": {
3030
".": {
31-
"types": {
32-
"require": "./dist/index.d.ts",
33-
"import": "./dist/index.d.mts"
34-
},
3531
"require": "./dist/index.js",
3632
"import": "./dist/index.mjs"
3733
},
3834
"./vite": {
39-
"types": {
40-
"require": "./dist/vite.d.ts",
41-
"import": "./dist/vite.d.mts"
42-
},
4335
"require": "./dist/vite.js",
4436
"import": "./dist/vite.mjs"
4537
},
4638
"./webpack": {
47-
"types": {
48-
"require": "./dist/webpack.d.ts",
49-
"import": "./dist/webpack.d.mts"
50-
},
5139
"require": "./dist/webpack.js",
5240
"import": "./dist/webpack.mjs"
5341
},
5442
"./rollup": {
55-
"types": {
56-
"require": "./dist/rollup.d.ts",
57-
"import": "./dist/rollup.d.mts"
58-
},
5943
"require": "./dist/rollup.js",
6044
"import": "./dist/rollup.mjs"
6145
},
6246
"./esbuild": {
63-
"types": {
64-
"require": "./dist/esbuild.d.ts",
65-
"import": "./dist/esbuild.d.mts"
66-
},
6747
"require": "./dist/esbuild.js",
6848
"import": "./dist/esbuild.mjs"
6949
},
@@ -104,7 +84,7 @@
10484
"eslint": "^8.48.0",
10585
"eslint-define-config": "^1.23.0",
10686
"fast-glob": "^3.3.1",
107-
"prettier": "^3.0.2",
87+
"prettier": "^3.0.3",
10888
"tsup": "^7.2.0",
10989
"tsx": "^3.12.7",
11090
"typescript": "^5.2.2",

0 commit comments

Comments
 (0)