docs(package.json): 修复bugs.url字段的命名错误

This commit is contained in:
feige996 2025-06-17 18:17:37 +08:00
parent 2f2a14cd06
commit 7dd210e427

View File

@ -11,15 +11,15 @@
"github": "https://github.com/feige996", "github": "https://github.com/feige996",
"gitee": "https://gitee.com/feige996" "gitee": "https://gitee.com/feige996"
}, },
"homepage": "https://unibest.tech",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/feige996/unibest", "repository": "https://github.com/feige996/unibest",
"repository-gitee": "https://gitee.com/feige996/unibest", "repository-gitee": "https://gitee.com/feige996/unibest",
"repository-old": "https://github.com/codercup/unibest", "repository-old": "https://github.com/codercup/unibest",
"bugs": { "bugs": {
"url": "https://github.com/feige996/unibest/issues", "url": "https://github.com/feige996/unibest/issues",
"old-url": "https://github.com/codercup/unibest/issues" "url-old": "https://github.com/codercup/unibest/issues"
}, },
"homepage": "https://feige996.github.io/unibest/",
"engines": { "engines": {
"node": ">=18", "node": ">=18",
"pnpm": ">=7.30" "pnpm": ">=7.30"