diff --git a/README.md b/README.md index 5ca2cc3..57742d9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # @holy-two/vite-plugin-alias -## illustration +![@holy-two/vite-plugin-alias](https://img.shields.io/npm/v/@holy-two/vite-plugin-alias.svg) + +## Illustration This is a vite plugin that automatically retrieves and sets path aliases from [`tsconfig.json`](./playground/tsconfig.json). -### usage +## Usage ```shell npm i @holy-two/vite-plugin-alias -D diff --git a/package.json b/package.json index 620b59c..7c6fe88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@holy-two/vite-plugin-alias", "private": false, - "version": "0.0.1-beta", + "version": "0.0.2", "type": "module", "license": "Apache-2.0", "main": "./dist/index.cjs",