Skip to content

chore: add npm homepage and bugs metadata#461

Open
wowsofine wants to merge 1 commit into
2wce:mainfrom
wowsofine:codex/add-homepage-bugs-metadata
Open

chore: add npm homepage and bugs metadata#461
wowsofine wants to merge 1 commit into
2wce:mainfrom
wowsofine:codex/add-homepage-bugs-metadata

Conversation

@wowsofine

Copy link
Copy Markdown

Summary

  • add standard npm homepage metadata pointing at the existing README
  • add standard npm bugs.url metadata pointing at the existing issue tracker
  • leave runtime code, dependencies, version, repository metadata, and package exports unchanged

Verification

npm view rollup-plugin-sourcemaps2@0.5.7 name version homepage repository bugs --json
node metadata smoke check for repository/homepage/bugs
npm pack --dry-run --ignore-scripts
npx --yes pnpm@11.1.0 install --frozen-lockfile --ignore-scripts
npx --yes pnpm@11.1.0 run lint:ci
npx --yes pnpm@11.1.0 run typecheck
npx --yes pnpm@11.1.0 run test
npx --yes pnpm@11.1.0 run build
npm pack --dry-run --ignore-scripts
git diff --check

Notes:

  • lint:ci exits 0 and reports an existing Biome schema version info message.
  • test exits 0 with 1 test file / 11 tests passed and reports an existing Vite missing source map warning for index.js.map.
  • Post-build npm pack --dry-run --ignore-scripts includes the generated dist files.

@changeset-bot

changeset-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d8a34ea

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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