We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0f4b8 commit 97346f7Copy full SHA for 97346f7
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vite-plugin-components",
3
"description": "Components auto importing for Vite",
4
- "version": "0.1.0",
+ "version": "0.2.0",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
7
"types": "dist/index.d.ts",
@@ -13,7 +13,9 @@
13
},
14
"homepage": "https://github.com/antfu/vite-plugin-components",
15
"bugs": "https://github.com/antfu/vite-plugin-components/issues",
16
- "files": ["dist"],
+ "files": [
17
+ "dist"
18
+ ],
19
"scripts": {
20
"dev": "npm run build -- --watch",
21
"build": "tsup src/index.ts --dts --format cjs,esm",
0 commit comments