Version 5.0.0
Major
- Updated dependencies and peer dependencies.
- Dropped support for Node.js v6 and v7.
Patch
- Reduced the size of the published
package.jsonby moving dev tool config to files. This also prevents editor extensions such as Prettier and ESLint from detecting config and attempting to operate when opening package files installed innode_modules. - Ensure
.jsfiles are linted on commit.