Comparing version 4.0.0 to 4.0.1
@@ -71,3 +71,3 @@ module.exports = CompactToStylishStream | ||
message.message.replace(/\.$/, ''), | ||
chalk.gray(message.ruleId || '') | ||
chalk.dim(message.ruleId || '') | ||
] | ||
@@ -83,3 +83,3 @@ }), | ||
return el.replace(/(\d+)\s+(\d+)/, function (m, p1, p2) { | ||
return chalk.gray(p1 + ':' + p2) | ||
return chalk.dim(p1 + ':' + p2) | ||
}) | ||
@@ -86,0 +86,0 @@ }).join('\n') + '\n\n' |
{ | ||
"name": "snazzy", | ||
"description": "Format JavaScript Standard Style as Stylish (i.e. snazzy) output", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
210720