diff --git a/README.md b/README.md index 55f6718..800632d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ mocha-dot-reporter-async Used when reporting from Gulp. Outputs all test results at once to avoid an async console.log mess. -Removed output from successful unit tests, since displaying dots when the process output is only displayed at the end. +Removed output from successful unit tests, since displaying dots when the process output is only displayed at the end is kinda pointless. [![Build Status](https://travis-ci.org/TakenPilot/mocha-dot-reporter-async.svg?branch=master)](https://travis-ci.org/TakenPilot/mocha-dot-reporter-async) diff --git a/package.json b/package.json index 97b2f9a..01d2064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-dot-reporter-async", - "version": "0.5.6", + "version": "0.5.7", "description": "Used when reporting from Gulp. Outputs all test results at once to avoid an async console.log mess.", "main": "index.js", "keywords": ["mocha", "dot", "reporter", "async"],