Skip to content

Commit 444c266

Browse files
author
changfeng
committed
docs: update changelog for v0.0.1
1 parent c3852f6 commit 444c266

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!-- https://keepachangelog.com/en/1.0.0/ -->
2+
3+
## 0.0.1
4+
5+
### Added
6+
7+
- basic implementation

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
# unplugin-detect-duplicated-deps [![npm](https://img.shields.io/npm/v/unplugin.svg)](https://npmjs.com/package/unplugin)
1+
# unplugin-detect-duplicated-deps [![npm](https://img.shields.io/npm/v/unplugin-detect-duplicated-deps.svg)](https://npmjs.com/package/unplugin-detect-duplicated-deps)
22

33
[![Unit Test](https://github.com/tjx666/unplugin-detect-duplicated-deps/actions/workflows/unit-test.yml/badge.svg)](https://github.com/tjx666/unplugin-detect-duplicated-deps/actions/workflows/unit-test.yml)
44

5-
check the duplicated dependencies
5+
Detect duplicate packaged dependencies
66

77
![effect](docs/effect.png)
88

9+
> **Warning**
10+
> This package is not yet stable. Please take special care before using it in a production environment
11+
912
## Installation
1013

1114
```bash
1215
npm i -D unplugin-detect-duplicated-deps
1316
```
1417

18+
## Usage
19+
1520
```ts
1621
// vite.config.ts
1722
import UnpluginDetectDuplicatedDeps from 'unplugin-detect-duplicated-deps/vite';

0 commit comments

Comments
 (0)