- 🐣 allow for javascript config files in addition to the .json ones (#74 - issue #73) - thanks @spion for bringing this up!
- 🐛 when writing to stdout specify utf8 as character encoding (#77 - issue #76) - on some platforms (windows 10, or at least some installations thereof) apparently there was a fallback to something non-utf8, which confuses the heck out of tools processing the output. With this fix it should predictably be utf8 always.
- ⬆️ acorn-walk and some development dependencies