Skip to content

Commit 67ab76b

Browse files
authored
chore: add description and keywords field to package.json (#604)
1 parent a495edf commit 67ab76b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

packages/plugin-vue-jsx/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",
7+
"description": "Provides Vue 3 JSX & TSX support with HMR.",
8+
"keywords": [
9+
"vite",
10+
"vite-plugin",
11+
"vue"
12+
],
713
"files": [
814
"dist"
915
],

packages/plugin-vue/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",
7+
"description": "The official plugin for Vue SFC support in Vite.",
8+
"keywords": [
9+
"vite",
10+
"vite-plugin",
11+
"vue"
12+
],
713
"files": [
814
"dist"
915
],

0 commit comments

Comments
 (0)