Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 25 Jun 18:43
· 10 commits to master since this release

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(-)