3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
897 stars 137 forks source link

[bug] missing dependencies #29

Closed binarykitchen closed 11 years ago

binarykitchen commented 11 years ago

hello there

i think you should add request and yamlparser to your dependencies in package.json.

these packages are needed when i'm paranoid with useragent(true); ...

3rd-Eden commented 11 years ago

Duplicate off #26

I'll update the documentation to reflect this; Basically, if you want to have automatic upgrades you should npm install yamlparser and npm install request in your own package.json. It's not a feature that a lot of people use, so it doesn't make sense to add it as a default dependency.

binarykitchen commented 11 years ago

fair enough, thanks