Comparing version 2.2.3 to 2.2.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.2.4"></a> | ||
## [2.2.4](https://github.com/nuxt/consola/compare/v2.2.3...v2.2.4) (2018-11-08) | ||
### Bug Fixes | ||
* use basic reporter only for ci and test environments ([33220e4](https://github.com/nuxt/consola/commit/33220e4)) | ||
<a name="2.2.3"></a> | ||
@@ -7,0 +17,0 @@ ## [2.2.3](https://github.com/nuxt/consola/compare/v2.2.2...v2.2.3) (2018-11-07) |
@@ -17,3 +17,3 @@ if (global.consola) { | ||
reporters: [ | ||
env.minimalCLI | ||
(env.ci || env.test) | ||
? new BasicReporter() | ||
@@ -20,0 +20,0 @@ : new FancyReporter() |
{ | ||
"name": "consola", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Elegant Console Logger for Node.js and Browser", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
47294