stylelint-formatter-pretty
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -28,3 +28,3 @@ 'use strict'; | ||
.sort((a, b) => a.text === b.text) | ||
.filter((item, idx, arr) => arr.findIndex(d => d.text === item.text) === idx); | ||
.filter((item, idx, array) => array.findIndex(d => d.text === item.text) === idx); | ||
items.forEach(x => cleanItems.push({ | ||
@@ -31,0 +31,0 @@ text: x.text.replace(/\B"(.*?)"\B|\B'(.*?)'\B/g, (m, p1, p2) => chalk.bold(p1 || p2)) |
{ | ||
"name": "stylelint-formatter-pretty", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A pretty Stylelint formatter.", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"ansi-escapes": "^4.3.0", | ||
"chalk": "^3.0.0", | ||
"ansi-escapes": "^4.3.1", | ||
"chalk": "^4.0.0", | ||
"log-symbols": "^3.0.0", | ||
@@ -42,7 +42,7 @@ "plur": "^4.0.0", | ||
"devDependencies": { | ||
"ava": "^3.3.0", | ||
"coveralls": "^3.0.9", | ||
"nyc": "^15.0.0", | ||
"ava": "^3.7.0", | ||
"coveralls": "^3.0.11", | ||
"nyc": "^15.0.1", | ||
"strip-ansi": "^6.0.0", | ||
"xo": "^0.26.1" | ||
"xo": "^0.29.1" | ||
}, | ||
@@ -49,0 +49,0 @@ "xo": { |
@@ -9,6 +9,6 @@ # stylelint-formatter-pretty | ||
[![Coverage Status](https://coveralls.io/repos/github/Dreamseer/stylelint-formatter-pretty/badge.svg?branch=master)](https://coveralls.io/github/Dreamseer/stylelint-formatter-pretty?branch=master) | ||
![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/dreamseer/stylelint-formatter-pretty) | ||
[![Install size](https://packagephobia.now.sh/badge?p=stylelint-formatter-pretty)](https://packagephobia.now.sh/result?p=stylelint-formatter-pretty) | ||
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) | ||
[![MIT license](https://img.shields.io/github/license/dreamseer/stylelint-formatter-pretty.svg)](https://github.com/Dreamseer/stylelint-formatter-pretty/blob/master/LICENSE.md) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/Dreamseer/stylelint-formatter-pretty.svg)](https://greenkeeper.io/) | ||
@@ -15,0 +15,0 @@ ![Screesnhot](screenshot.png) |
11453
+ Addedchalk@4.1.2(transitive)
- Removedchalk@3.0.0(transitive)
Updatedansi-escapes@^4.3.1
Updatedchalk@^4.0.0