Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPilot committed Sep 26, 2014
1 parent 0ed8f99 commit 1f7b784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ gulp.task('unit tests', function (done) {
ui: 'bdd'
}));
});
```
```

##To DO
* Lower code complexity
* Add tests for color
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-spec-reporter-async",
"version": "0.0.2",
"version": "0.5.0",
"description": "Used when reporting from Gulp. Outputs all test results at once to avoid an async console.log mess.",
"main": "index.js",
"keywords": ["mocha", "spec", "reporter", "async"],
Expand Down

0 comments on commit 1f7b784

Please sign in to comment.