domenic / path-is-inside

Tests whether one path is inside another path
Other
41 stars 4 forks source link

Add files entry to package.json. #4

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

domenic commented 8 years ago

I already have a npmignore that takes care of this for me.

jamestalmage commented 8 years ago

oops. So you do.

I've been filing a lot of these today, this was incorrectly reported by package-config-checker because you ignore .npmignore (it's a known issue with that tool). I usually double check that, but missed it somehow here.

Sorry for the noise.