stylelint-formatter-pretty
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -48,2 +48,6 @@ 'use strict'; | ||
if (result.parseErrors && result.parseErrors.length > 0) { | ||
result.parseErrors.forEach(x => warnings.push(x)); | ||
} | ||
if (warnings.length === 0) { | ||
@@ -50,0 +54,0 @@ return; |
{ | ||
"name": "stylelint-formatter-pretty", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "A pretty Stylelint formatter.", | ||
@@ -36,3 +36,3 @@ "license": "MIT", | ||
"chalk": "^4.0.0", | ||
"log-symbols": "^3.0.0", | ||
"log-symbols": "^4.0.0", | ||
"plur": "^4.0.0", | ||
@@ -42,7 +42,7 @@ "string-width": "^4.2.0" | ||
"devDependencies": { | ||
"ava": "^3.7.0", | ||
"coveralls": "^3.0.11", | ||
"ava": "^3.8.2", | ||
"coveralls": "^3.1.0", | ||
"nyc": "^15.0.1", | ||
"strip-ansi": "^6.0.0", | ||
"xo": "^0.29.1" | ||
"xo": "^0.30.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "xo": { |
11591
168
+ Addedis-unicode-supported@0.1.0(transitive)
+ Addedlog-symbols@4.1.0(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedlog-symbols@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedlog-symbols@^4.0.0