From 630c3ffb41ca1760371ced2b3095a7bee9825c59 Mon Sep 17 00:00:00 2001 From: NoDocCat Date: Thu, 16 Feb 2023 22:39:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=8C=85=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35ab439..32e36b6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-jsx-asset-url-import", "type": "module", "version": "1.0.0", - "description": "Transform static url to import in JSX", + "description": "Extract and transform static url to import in JSX", "scripts": { "build": "tsc && tsup", "lint": "eslint .",