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 does not include readme #9

Closed
arve0 opened this issue Jun 12, 2017 · 7 comments
Closed

npmjs package does not include readme #9

arve0 opened this issue Jun 12, 2017 · 7 comments

Comments

@arve0
Copy link

arve0 commented Jun 12, 2017

No description provided.

@jonschlinkert
Copy link
Owner

Strange, doesn't NPM usually include it by default? Or do I need to add it to the files array in package.json to explicitly tell NPM to include the readme?

@arve0
Copy link
Author

arve0 commented Jun 12, 2017

The manual states:

Certain files are always included, regardless of settings:

README is in that list.

@arve0
Copy link
Author

arve0 commented Jun 12, 2017

Use some build process for README, which makes it disappear when you do npm publish?

@jonschlinkert
Copy link
Owner

Use some build process for README, which makes it disappear when you do npm publish?

What does this mean?

@arve0
Copy link
Author

arve0 commented Jun 12, 2017

Long shot: Do you use some build process, that deletes README.md locally, so that npm publish cannot find README.md by some race condition?

@jonschlinkert
Copy link
Owner

no, I see what you mean. There is always a README.md when doing npm publish. good thinking though.

@doowb
Copy link
Collaborator

doowb commented Jan 31, 2018

The README is there on npm now. It was probably a bug on npm's side when publishing at once point. I have seen other packages that this has happened to and it's usually fixed when the next version is published.

@doowb doowb closed this as completed Jan 31, 2018
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