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 #85

Open
josephfrazier opened this issue Mar 28, 2017 · 1 comment
Open

npmjs package page doesn't show readme #85

josephfrazier opened this issue Mar 28, 2017 · 1 comment

Comments

@josephfrazier
Copy link

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

screen shot 2017-03-28 at 3 38 00 pm

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

$ tar tvf $(npm pack estraverse)
-rw-rw-rw-  0 0      0        1016 Mar 10  2016 package/package.json
-rw-rw-rw-  0 0      0       27642 Mar 10  2016 package/estraverse.js
-rw-rw-rw-  0 0      0        2790 Mar  7  2016 package/gulpfile.js
-rw-rw-rw-  0 0      0        1231 Mar  7  2016 package/LICENSE.BSD
-rw-rw-rw-  0 0      0         242 Mar  7  2016 package/.jshintrc
-rw-rw-rw-  0 0      0          29 Mar  7  2016 package/.babelrc
$

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.


(issue markdown adapted from domenic/opener#24)

@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

2 participants