Breaking
- Require Node.js 8 6459090
- Discard stdin by default (#112) b1f140b
This prevents the spinner from twitching on input, outputting broken lines on Enter key presses, and prevents buffering of input while the spinner is running.
Breaking for TypeScript users
- Only use a CommonJS export for the TypeScript definition
You need to changeimport ora from 'ora';
toimport ora = require('ora');