Skip to content

fix: ignore NPM details of private packages - #56

Open
krzysdz wants to merge 2 commits into
pkgjs:mainfrom
krzysdz:skip-private-packages
Open

fix: ignore NPM details of private packages#56
krzysdz wants to merge 2 commits into
pkgjs:mainfrom
krzysdz:skip-private-packages

Conversation

@krzysdz

@krzysdz krzysdz commented Aug 9, 2026

Copy link
Copy Markdown

Packages with "private": true in package.json by definition cannot be published on NPM. This reduces the number of 404s in logs and hides badges of NPM packages that don't exist or are owned by somebody else.
The link on stars badge was changed to point to GitHub repo, because that's where stars are and repos without package.json had this link as https://npmjs.org/package/null.

Closes #53

krzysdz added 2 commits August 9, 2026 11:42
Packages with `"private": true` in package.json by definition cannot be published on NPM.
@krzysdz

krzysdz commented Aug 9, 2026

Copy link
Copy Markdown
Author

CI won't pass without #54

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.

Don't show NPM badges of projects with "private": true

2 participants