3rd-Eden / useragent

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

Update parsers to get Chromecast support #99

Closed joeyparrish closed 7 years ago

joeyparrish commented 7 years ago

Chromecast support added upstream in ua-parser/uap-core#211

Closes #98

joeyparrish commented 7 years ago

Looks like "npm install" failed on Travis: https://travis-ci.org/3rd-Eden/useragent/jobs/193177578

It work for me locally, though. All the other PRs in Travis over the last 2 months have similar failures. Is this a known issue?

All the tests are passing on Travis, FWIW: https://travis-ci.org/3rd-Eden/useragent/jobs/193177579

How do we proceed?

3rd-Eden commented 7 years ago

I don't think that anyone would be using node 0.8 anymore so i'm ignoring the error, merging and releasing a new patch.

joeyparrish commented 7 years ago

Thank you!