bestiejs / platform.js

A platform detection library.
https://mths.be/platform
MIT License
3.22k stars 408 forks source link

make it usable with meteor #111

Closed sakulstra closed 8 years ago

sakulstra commented 8 years ago

The platform package does the following to check for Node but since process is defined as an object because of the process module it's inadvertently classifying itself as Node in this step and then failing when it tries to grab the numeric version of the process.version (which is just an empty string).

sakulstra commented 8 years ago

@jdalton how soon can this get merged? Looking at some of the pr's here it seems like they don't get merged without a response for a long, long time. If it's the same case here, please tell me so that we start working with a fork at least temporary.

Regards, Lukas