Skip to content
New issue

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

npmjs package page doesn't show readme #24

Closed
josephfrazier opened this issue Feb 14, 2017 · 2 comments
Closed

npmjs package page doesn't show readme #24

josephfrazier opened this issue Feb 14, 2017 · 2 comments

Comments

@josephfrazier
Copy link

At https://www.npmjs.com/package/opener, it says there is no readme:

screen shot 2017-02-13 at 9 34 32 pm

This is because the published package does not include README.md:

$ tar tvf $(npm pack opener)
-rw-rw-rw-  0 0      0         489 Sep 10 19:46 package/package.json
-rw-rw-rw-  0 0      0        2114 Mar 24  2015 package/opener.js
-rw-rw-rw-  0 0      0        1885 Sep 10 19:45 package/LICENSE.txt
$

According to https://github.com/npm/registry/issues/120#issuecomment-276157329, old versions of npm didn't include README.md. If you upgrade your npm version, and publish a patch release of this module, the readme should appear on npmjs.com.

@domenic
Copy link
Owner

domenic commented Feb 15, 2017

Fixed, thanks!

@duzun
Copy link

duzun commented Apr 13, 2018

Same issue with url-js after an update :-(

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

No branches or pull requests

3 participants