Overview
Fixes code coverage being reported incorrectly and adds ESLint to root JavaScript files. Also, the testing task has now changed to yarn run test
Known Issues
None at this time
Changelog
#32 - code coverage not reporting correctly
$ git diff 0.2.1 0.2.2 --stat
.babelrc | 17 +++++++++++++++++
README.md | 17 ++++++++---------
bin/build.sh | 3 ++-
karma.conf.js | 35 +++++++++++++++++++++++++----------
package.json | 7 ++++---
webpack.config.common.js | 44 ++++++++++++--------------------------------
webpack.config.develop.js | 10 +---------
webpack.config.prod.js | 41 ++++++++++++++++++++++++++++++-----------
yarn.lock | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
9 files changed, 165 insertions(+), 80 deletions(-)