From 8d90c35d6b75f830c2b9421b761801e5ab8903b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Tue, 25 Jun 2024 20:58:59 +0800 Subject: [PATCH] chore: update description --- README.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 833cfa5..d8b3aab 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ [![Unit Test](https://github.com/unplugin/unplugin-isolated-decl/actions/workflows/unit-test.yml/badge.svg)](https://github.com/unplugin/unplugin-isolated-decl/actions/workflows/unit-test.yml) -Generate isolated declaration. +⚡️ A blazing-fast tool for generating isolated declarations, powered by Oxc! + +## Features + +- 🚀 **Fast**: Blazing-fast `.d.ts` generator, powered by Oxc. +- 🎯 **Isolated**: Generate isolated declarations for each file. ## Installation diff --git a/package.json b/package.json index 65251bc..9056636 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "unplugin-isolated-decl", "version": "0.0.1-beta.2", "packageManager": "pnpm@9.4.0", - "description": "Generate isolated declaration.", + "description": "A blazing-fast tool for generating isolated declarations, powered by Oxc.", "type": "module", "keywords": [ "unplugin",