Skip to content

Add homepage metadata to package.json#4

Open
chenlinxi890-spec wants to merge 2 commits into
ForbesLindesay-Unmaintained:masterfrom
chenlinxi890-spec:codex/add-homepage-metadata
Open

Add homepage metadata to package.json#4
chenlinxi890-spec wants to merge 2 commits into
ForbesLindesay-Unmaintained:masterfrom
chenlinxi890-spec:codex/add-homepage-metadata

Conversation

@chenlinxi890-spec

Copy link
Copy Markdown

transform PR draft

Microbounty lead: charles-openclaw/charles-microbounties#3402

Upstream repository: https://github.com/ForbesLindesay/transform

Suggested branch:

codex/add-homepage-metadata

Commit message:

Add package homepage metadata

PR title:

Add homepage metadata to package.json

PR body:

Adds the npm `homepage` metadata field pointing to the public GitHub README:

```json
"homepage": "https://github.com/ForbesLindesay/transform#readme"

This gives npm clients and registry tooling a direct project landing page while leaving runtime code unchanged.

Validation:

  • Parsed package.json locally with Python's JSON parser.
  • Confirmed homepage is https://github.com/ForbesLindesay/transform#readme.

Notes:

- Metadata-only change.
- No runtime code, dependencies, API, or build behavior changed.
- No production testing, secrets, credentials, private data, scanning, or destructive action involved.
- Actual PR submission is still blocked by unavailable GitHub write tooling in this environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant