We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some reason, for the packages from this repository: https://github.com/d-fischer/twitch
npms' API returns readmeSize: 0: https://api.npms.io/v2/package/twitch
readmeSize: 0
For comparison, npm does know that a readme exists: https://www.npmjs.com/package/twitch (a readme is shown) http://registry.npmjs.org/twitch (readmeFilename is set)
readmeFilename
Other instances (for much more popular packages) of this bug I found: https://api.npms.io/v2/package/hapi https://api.npms.io/v2/package/express https://api.npms.io/v2/package/react https://api.npms.io/v2/package/@material-ui%2Fcore
Examples where this bug does not occur: https://api.npms.io/v2/package/react-dom (interesting because for react it does) https://api.npms.io/v2/package/left-pad https://api.npms.io/v2/package/is-odd https://api.npms.io/v2/package/is-even https://api.npms.io/v2/package/is-idiot
react
I sense a preference for micro (and joke) packages. 😉
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For some reason, for the packages from this repository:
https://github.com/d-fischer/twitch
npms' API returns
readmeSize: 0
:https://api.npms.io/v2/package/twitch
For comparison, npm does know that a readme exists:
https://www.npmjs.com/package/twitch (a readme is shown)
http://registry.npmjs.org/twitch (
readmeFilename
is set)Other instances (for much more popular packages) of this bug I found:
https://api.npms.io/v2/package/hapi
https://api.npms.io/v2/package/express
https://api.npms.io/v2/package/react
https://api.npms.io/v2/package/@material-ui%2Fcore
Examples where this bug does not occur:
https://api.npms.io/v2/package/react-dom (interesting because for
react
it does)https://api.npms.io/v2/package/left-pad
https://api.npms.io/v2/package/is-odd
https://api.npms.io/v2/package/is-even
https://api.npms.io/v2/package/is-idiot
I sense a preference for micro (and joke) packages. 😉
The text was updated successfully, but these errors were encountered: