`git clone` from master and then run `npm test` gives error: ``` /tmp/winston-loggly/lib/winston-loggly.js:36 throw new Error('Loggly Customer token is required.'); ``` Changing config option `inputToken: myToken` to `token: myToken` and the tests pass.