From 0142c8a94dd371c9bff4eb785c9b9e0a9a059454 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Fri, 29 Nov 2024 16:19:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=8D=A2=20description=20&?= =?UTF-8?q?=20=E7=A7=BB=E9=99=A4=E8=87=AA=E5=AE=9A=E4=B9=89=20changelogith?= =?UTF-8?q?ub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/package.json b/package.json index 42e0e17..fbb810f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "v3-admin-vite", "type": "module", "version": "4.5.4", - "description": "A friendly admin template, based on Vue3, Vite, TypeScript, etc", + "description": "A simple admin template, based on Vue3, Vite, TypeScript, Element Plus, etc", "author": "pany <939630029@qq.com> (https://github.com/pany-ang)", "repository": "https://github.com/un-pany/v3-admin-vite", "scripts": { @@ -61,39 +61,5 @@ }, "lint-staged": { "*": "eslint --fix" - }, - "changelogithub": { - "types": { - "feat": { - "title": "Feat" - }, - "fix": { - "title": "Fix" - }, - "perf": { - "title": "Perf" - }, - "refactor": { - "title": "Refactor" - }, - "docs": { - "title": "Docs" - }, - "types": { - "title": "Types" - }, - "test": { - "title": "Test" - }, - "ci": { - "title": "CI" - }, - "revert": { - "title": "Revert" - }, - "chore": { - "title": "Chore" - } - } } }