anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.25k stars 51 forks source link

Required module not listed as dependency #6

Closed paazmaya closed 9 years ago

paazmaya commented 9 years ago

A package used in https://github.com/anandthakker/doiuse/blob/master/cli.js#L6 is not included in the package.json dependencies list, thus resulting error after installed globally:

$ doiuse --help

module.js:340
    throw err;
          ^
Error: Cannot find module 'through2'

Possible fix would be to listing it as a dependency...

anandthakker commented 9 years ago

Thanks for the report!

anandthakker commented 9 years ago

@paazmaya Should be fixed, but please let me know if not!