veged / coa

Command-Option-Argument: Get more from defining your command line interface
MIT License
144 stars 22 forks source link

Don't include test directory in production #60

Closed sotojuan closed 8 years ago

sotojuan commented 8 years ago

There's no reason to have the test and tests directories in production through npm install. It's wasteful! You can ignore them easily through an .npmignore file or whitelisting files in the package.json. I can do both as a PR if you want.

arikon commented 8 years ago

@sotojuan Make a PR, please

qfox commented 8 years ago

Whitelisting files is preferred ;-)

sotojuan commented 8 years ago

Done!