I npm publish
'd a module. It went up fine, but then when I installed it from the registry, it turned out to be missing certain files.
When I run irish-pub in my module's project directory, sure enough, the output doesn't list those filenames.
I've checked:
- I do not have an
.npmignore
file. - I do have a
.gitignore
but this only contains/node_modules/
- the missing files are normal JS files, not things that could be ignored by default
What else could be blocking them?