webpack-contrib / istanbul-instrumenter-loader

Istanbul Instrumenter Loader
MIT License
273 stars 65 forks source link

Move istanbul into dependencies #8

Closed SimenB closed 9 years ago

SimenB commented 9 years ago

You require istanbul in this module, therefore it should be in your dependency, not the consumer's.

I also used files in package.json, as it's easier to whitelist than blacklist, IMO. The only difference for this package is that no .npmignore is included.

deepsweet commented 9 years ago

:+1: