jshint-stylish
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "jshint-stylish", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Stylish reporter for JSHint", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -23,3 +23,3 @@ 'use strict'; | ||
chalk.gray('col ' + err.character), | ||
isError ? chalk.red(err.reason) : chalk.blue(err.reason) | ||
isError ? chalk.red(err.reason) : (process.platform !== 'win32' ? chalk.blue(err.reason) : chalk.cyan(err.reason)) | ||
]; | ||
@@ -26,0 +26,0 @@ |
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
3226