Primarily housekeeping and module updates. This bump gets Jankbot to an LTS node version and increments the node-dota2 dependency to the latest as of today for modules to use (for good, not evil).
User-facing updates
- Node version bumped to 8.9.1
node-dota2
version bumped to 6.0.1- All module API functions are optional
- Removed deprecated
compatible
property from module API - Config script now prompts you to run
npm start
to start Jankbot
Under the hood
- Modernize with airbnb eslint config
- Tests infrastructure ported from Mocha to AVA