dominictarr / through

simple way to create a ReadableWritable stream that works
Other
670 stars 64 forks source link

Add files entry to package.json. #42

Closed jamestalmage closed 8 years ago

jamestalmage commented 8 years ago

Removes unnecessary files from the deployed package.

Deploying unnecessary files impacts the performance of npm install for everyone.

See: https://github.com/insin/package-config-checker

This PR was created using a series of both scripted and manual steps. I have done my best to make sure my modifications are correct, but I am creating similar PR for a lot of repositories today. So please, double check that I have included all the important files (and apologies if I've made some huge oversight).

dominictarr commented 8 years ago

thank you, but I choose to check my tests into npm. file size is not the reason npm install is slow. If the npm team cared about install performance there is a lot they could do to make npm install much faster, but this isn't it.