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

Added missing npmignore #8

Merged
merged 1 commit into from
Apr 4, 2016
Merged

Added missing npmignore #8

merged 1 commit into from
Apr 4, 2016

Conversation

JGAntunes
Copy link
Member

If I understood the dignified pipeline correctly I think you need a .npmignore file, as the lack of it implies that, by default, npm publish will use .gitignore which will leave out /lib path.

Basically I've copy pasted the .gitignore file, leaving out files npm already ignores by default and the /lib path.

@fbaiodias
Copy link
Member

LGTM

@daviddias
Copy link
Member

🌟 @JGAntunes thank you for catching this. @dignifiedquire @nginnever looks like the other dignified PRs have to be changed :)

@daviddias daviddias merged commit e00d8cc into ipfs:master Apr 4, 2016
# Optional REPL history
.node_repl_history

dist
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dist should not be in here, we want that to be published as well!
cc @diasdavid

@JGAntunes
Copy link
Member Author

@dignifiedquire @diasdavid sorry, didn't realise that. I can submit another PR to fix this if you think it's worth it.

@dignifiedquire
Copy link
Member

@JGAntunes that would be great thanks

achingbrain pushed a commit that referenced this pull request Feb 19, 2020
README and API improvements
achingbrain added a commit that referenced this pull request Feb 19, 2020
perf: deep require pull stream modules
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

Successfully merging this pull request may close these issues.

4 participants