Closed hakubo closed 10 years ago
I believe that historically our policy has been for npm install
to give you whatever git clone
gives you. I haven't heard of that changing. For the sake of consistency, this ticket will depend on the outcome of https://github.com/hapijs/hapi/issues/1985
Looks like the policy is still to omit the file.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Hey,
I am a happy user of your library, but as my project grows we have a lot of dependencies. We could save a lot of space if you added
.npmignore
file to your project.I even found tool that can help you with it: https://github.com/inikulin/dmn
Thanks!