Skip to content

Commit 05f57f6

Browse files
committed
chore: add badge
1 parent 581680c commit 05f57f6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<h1 align='center'>vite-plugin-components</h1>
22

3-
<p align='center'>Vite plugin for components auto importing</p>
3+
<p align='center'>Components auto importing for Vite</p>
4+
5+
<p align='center'>
6+
<a href='https://www.npmjs.com/package/vite-plugin-components'>
7+
<img src='https://img.shields.io/npm/v/vite-plugin-components?color=222&style=flat-square'>
8+
</a>
9+
</p>
410

511
<br>
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-components",
3-
"description": "Vite plugin for components auto importing",
3+
"description": "Components auto importing for Vite",
44
"version": "0.1.0",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)