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
At https://www.npmjs.com/package/opener, it says there is no readme:
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.
The text was updated successfully, but these errors were encountered:
Fixed, thanks!
Sorry, something went wrong.
Same issue with url-js after an update :-(
No branches or pull requests
At https://www.npmjs.com/package/opener, it says there is no readme:
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.
The text was updated successfully, but these errors were encountered: