From 1c253137a46a81eaefc534fd9de1c8f0ac7be959 Mon Sep 17 00:00:00 2001 From: Matthew Blode Date: Wed, 19 Aug 2026 07:41:34 +1000 Subject: [PATCH] Point the npm homepage and author at blode.co The published package sent `homepage` at the GitHub readme and carried no `author` field at all, so nothing on the npm page pointed at blode.co/diffhub, the page that actually documents the product. DiffHub earns 38 of the domain's 85 search clicks over 90 days, every one of them from a `cmux *` query, which makes this npm page one of the highest-authority surfaces the project has. It was pointing away from the site. Matches the convention blode-icons-react and static-to-variable already follow; beautiful-qr-code is being fixed in the same pass, where the author URL pointed at mblode.com, a domain that no longer resolves. Target verified 200. Changeset included: this reaches npm on the next publish. Co-Authored-By: Claude Opus 5 --- .changeset/diffhub-npm-homepage.md | 13 +++++++++++++ apps/cli/package.json | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .changeset/diffhub-npm-homepage.md diff --git a/.changeset/diffhub-npm-homepage.md b/.changeset/diffhub-npm-homepage.md new file mode 100644 index 0000000..2679712 --- /dev/null +++ b/.changeset/diffhub-npm-homepage.md @@ -0,0 +1,13 @@ +--- +"diffhub": patch +--- + +Point the npm homepage and author at blode.co + +The published package sent `homepage` to the GitHub readme and carried no +`author` at all, so the npm page linked nowhere near blode.co/diffhub, which is +the page that actually documents the product. + +Search Console has DiffHub earning 38 of the domain's 85 clicks over 90 days, +all of it from `cmux *` queries. The npm page is one of the highest-authority +surfaces this project has, and it was pointing away from the site it belongs to. diff --git a/apps/cli/package.json b/apps/cli/package.json index a658f92..99b3188 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -14,8 +14,9 @@ "github", "pr" ], - "homepage": "https://github.com/mblode/diffhub#readme", + "homepage": "https://blode.co/diffhub", "license": "MIT", + "author": "Matthew Blode (https://blode.co)", "repository": { "type": "git", "url": "https://github.com/mblode/diffhub"