From 43467277035d67e46d7c74d0e395fd750536e47b Mon Sep 17 00:00:00 2001 From: kkdev92 <112151103+kkdev92@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:33:00 +0900 Subject: [PATCH] chore: point homepage at kkdev92.dev `homepage` pointed at the GitHub readme, which `repository` already covers. The site is the project's own front door, and this matches health-data-dotnet, where `PackageProjectUrl` is already https://kkdev92.dev/. npm renders this as the package page's Homepage link; `repository` and `bugs` are separate fields and unchanged, so the repo and the issue tracker are still linked from there. `format:check` and `verify:package` both pass, and the packed tarball carries the new value. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b76e8fd..92333c2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/kkdev92/vscode-ext-kit/issues" }, - "homepage": "https://github.com/kkdev92/vscode-ext-kit#readme", + "homepage": "https://kkdev92.dev/", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public"