Skip to content

Commit 97346f7

Browse files
committed
v0.2.0
1 parent fe0f4b8 commit 97346f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-components",
33
"description": "Components auto importing for Vite",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
@@ -13,7 +13,9 @@
1313
},
1414
"homepage": "https://github.com/antfu/vite-plugin-components",
1515
"bugs": "https://github.com/antfu/vite-plugin-components/issues",
16-
"files": ["dist"],
16+
"files": [
17+
"dist"
18+
],
1719
"scripts": {
1820
"dev": "npm run build -- --watch",
1921
"build": "tsup src/index.ts --dts --format cjs,esm",

0 commit comments

Comments
 (0)