Skip to content

Commit

Permalink
version: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Feb 3, 2024
1 parent aa0e2a8 commit d1ed10f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d1ed10f

Please sign in to comment.