Skip to content

Commit

Permalink
Update README, bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarlitt committed Jul 11, 2015
1 parent f6465a3 commit 7b954dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,5 @@ module.exports = function(config) {

In this release
-----------
- Significant refactor of the codebase
- Added tests, ci, coverage
- Added feature requested in issue [#11](https://github.com/dgarlitt/karma-nyan-reporter/issues/11) - Show total test count
- Ability to increase the number of rainbow lines displayed (rainbowify th whole screen if you want!)
- 100% code coverage to support refactor
- Special thanks to @yhnavein for identifying and fixing [issue #10](https://github.com/dgarlitt/karma-nyan-reporter/issues/10)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"test": "./node_modules/mocha/bin/mocha -R spec ./test/*",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./test/*"
},
"version": "0.1.00"
"version": "0.2.0"
}

0 comments on commit 7b954dd

Please sign in to comment.