Skip to content

chore: add npm homepage and bugs metadata - #373

Open
jiapengwang-code wants to merge 1 commit into
shufo:mainfrom
jiapengwang-code:fix-package-support-metadata
Open

chore: add npm homepage and bugs metadata#373
jiapengwang-code wants to merge 1 commit into
shufo:mainfrom
jiapengwang-code:fix-package-support-metadata

Conversation

@jiapengwang-code

Copy link
Copy Markdown

Summary

  • add the standard npm homepage metadata pointing to the repository README
  • add bugs.url so registry clients can link directly to the issue tracker
  • keep the patch metadata-only with no formatter, dependency, or entrypoint changes

Closes #372

Validation

  • yarn run build (ESM and CommonJS builds passed)
  • biome lint . (36 files checked)
  • pnpm pack --dry-run --json
  • direct Node assertions for both metadata values
  • git diff --check

Test environment note

I also ran the Vitest suite on Windows. The suite starts, but its CLI tests execute the POSIX node_modules/.bin/prettier shim with Node, and fixture assertions retain CRLF line endings; Tailwind lookup tests additionally scan a sandbox-restricted parent directory. These existing Windows-specific failures are unrelated to this package.json-only change. The repository's Linux CI should provide the authoritative full-suite result.

@jiapengwang-code
jiapengwang-code requested a review from shufo as a code owner June 20, 2026 01:42
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.

Add npm homepage and bugs metadata

1 participant