Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

chore: 更换 description & 移除自定义 changelogithub

This commit is contained in:
pany 2024-11-29 16:19:47 +08:00
parent 23f0c1b133
commit 0142c8a94d

View File

@ -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"
}
}
}
}