wayneashleyberry / wunderline

✅️ Command-line client for Wunderlist, the easiest way to get stuff done.
https://git.io/vM45l
MIT License
310 stars 29 forks source link

Version constraint for inquirer needs to be frozen #85

Closed jmcclell closed 8 years ago

jmcclell commented 8 years ago

Per this commit, inquirer no longer supports the callback interface. The wunderline-auth.js code makes use of this library and uses the callback interface.

Version constraint needs to be <1.1.0 to ensure this breaking change isn't brought into a fresh install.