kriskowal / q-io

Interfaces for IO using Q promises in JavaScript on Node
http://documentup.com/kriskowal/q-io
MIT License
317 stars 73 forks source link

Fix version check #159

Closed kriskowal closed 6 years ago

kriskowal commented 8 years ago

This fixes the version check. @nknapp was correct that there was a bug, but the logic needed to be a bit fancier.

Closes #155