Skip to content

chore: add npm bugs and homepage metadata to package.json#424

Open
XananasX7 wants to merge 1 commit into
nuxt-modules:mainfrom
XananasX7:fix/add-npm-support-metadata
Open

chore: add npm bugs and homepage metadata to package.json#424
XananasX7 wants to merge 1 commit into
nuxt-modules:mainfrom
XananasX7:fix/add-npm-support-metadata

Conversation

@XananasX7

Copy link
Copy Markdown

Problem

@nuxtjs/color-mode@4.0.1 exposes repository metadata but does not expose bugs or homepage metadata.

npm view @nuxtjs/color-mode bugs homepage
# (empty)

Fix

Add the two missing fields:

"bugs": { "url": "https://github.com/nuxt-modules/color-mode/issues" },
"homepage": "https://color-mode.nuxtjs.org"

Metadata-only change — no runtime behaviour is affected.

The published @nuxtjs/color-mode package does not expose bugs or homepage
metadata. Npm clients and tooling cannot route users to the issue tracker
or the project website.

Add:
- bugs.url → https://github.com/nuxt-modules/color-mode/issues
- homepage  → https://color-mode.nuxtjs.org
@netlify

netlify Bot commented Jun 15, 2026

Copy link
Copy Markdown

Deploy Preview for nuxt-color-mode canceled.

Name Link
🔨 Latest commit 569466a
🔍 Latest deploy log https://app.netlify.com/projects/nuxt-color-mode/deploys/6a3038c6327edc000888c36c

@pkg-pr-new

pkg-pr-new Bot commented Jun 15, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@nuxtjs/color-mode@424

commit: 569466a

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