damon-reporter
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -0,1 +1,11 @@ | ||
<a name="0.1.0"></a> | ||
# [0.1.0](https://github.com/damonjs/damon-reporter/compare/v0.0.5...v0.1.0) (2016-07-29) | ||
### Bug Fixes | ||
* use the correct number of tasks ([b7e66aa](https://github.com/damonjs/damon-reporter/commit/b7e66aa)) | ||
<a name="0.0.5"></a> | ||
@@ -2,0 +12,0 @@ ## [0.0.5](https://github.com/damonjs/damon-reporter/compare/v0.0.4...v0.0.5) (2016-07-06) |
@@ -149,4 +149,3 @@ var chalk = require('chalk'); | ||
// Adding 1 for the navigation. | ||
nbTasks = tasks.tasks.length + 1; | ||
nbTasks = tasks.tasks.length; | ||
st += chalk.bold.red(' (' + nbTasks + ' task'); | ||
@@ -153,0 +152,0 @@ if (nbTasks > 1) { |
{ | ||
"name": "damon-reporter", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "💬 Default reporter for the damon tool. ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
![logo](./media/logo.png) | ||
> A reporter for the damon tool. | ||
> Default reporter for the damon tool. | ||
@@ -5,0 +5,0 @@ ![demo](./media/demo.gif) |
297075
253