Point the npm homepage and author at blode.co - #45
Merged
Conversation
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 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_bf8c2d2b-7743-4325-99c9-1be39b1376c2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The published package sends
homepageat the GitHub readme and carries noauthorfield at all, so nothing on the npm page points atblode.co/diffhub, the page that documents the product.DiffHub earns 38 of blode.co's 85 search clicks over 90 days, every one of them from a
cmux *query. That makes the npm page one of the highest-authority surfaces this project has, and it was pointing away from the site.Changes
homepage:https://github.com/mblode/diffhub#readmebecomeshttps://blode.co/diffhub(verified 200)author: added asMatthew Blode <m@blode.co> (https://blode.co)Matches what
blode-icons-reactandstatic-to-variablealready do.beautiful-qr-codeis fixed in the same pass, where the author URL pointed atmblode.com, a domain that no longer resolves at all.Changeset included, so this reaches npm on the next publish rather than immediately.
Note
Low Risk
Package.json metadata only; no application or runtime behavior changes.
Overview
Updates published npm metadata for
diffhubso the registry page links to the product site instead of the GitHub readme.In
apps/cli/package.json,homepagechanges fromhttps://github.com/mblode/diffhub#readmetohttps://blode.co/diffhub, and anauthorfield is added (Matthew Blode <m@blode.co> (https://blode.co)). A patch changeset records the release note for the next publish.Reviewed by Cursor Bugbot for commit 1c25313. Bugbot is set up for automated code reviews on this repo. Configure here.