Skip to content

Add bugs metadata to package.json #116

@MercyMo

Description

@MercyMo

The published npm package react-barcode@1.6.1 exposes repository, homepage, and license metadata, but npm view react-barcode@1.6.1 bugs --json returns no value.

Adding standard npm bugs metadata would let npm and downstream tooling point users directly to this repository's issue tracker:

"bugs": {
  "url": "https://github.com/kciter/react-barcode/issues"
}

I also checked the current master branch package.json and it appears to be missing the same field, so this should be a small manifest-only cleanup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions