Skip to content

Add bugs metadata#423

Open
tonghuaxingdsb wants to merge 1 commit into
styled-components:mainfrom
tonghuaxingdsb:codex/add-bugs-metadata
Open

Add bugs metadata#423
tonghuaxingdsb wants to merge 1 commit into
styled-components:mainfrom
tonghuaxingdsb:codex/add-bugs-metadata

Conversation

@tonghuaxingdsb

Copy link
Copy Markdown

Summary

  • add standard npm bugs.url metadata pointing to this repository's issue tracker
  • add a changeset so the package metadata update can be published

The published package currently exposes homepage and repository metadata, but does not expose a usable bugs link in npm package metadata.

Verification

  • node -e "const p=require('./package.json'); console.log(JSON.stringify({name:p.name,version:p.version,homepage:p.homepage,bugs:p.bugs,repository:p.repository},null,2)); if(p.name!=='babel-plugin-styled-components'||p.bugs?.url!=='https://github.com/styled-components/babel-plugin-styled-components/issues') process.exit(1)"
  • git diff --check

@changeset-bot

changeset-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 47fb2ba

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
babel-plugin-styled-components Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another 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