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"