violation-reporter
Advanced tools
Comparing version 0.0.0-alpha.3 to 0.0.0-beta.1
{ | ||
"name": "violation-reporter", | ||
"version": "0.0.0-alpha.3", | ||
"version": "0.0.0-beta.1", | ||
"description": "Genrate violation reports in various formats", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -14,3 +14,3 @@ var fs = require('fs'); | ||
pass: 'green', | ||
info: 'grey', | ||
info: 'white', | ||
warning: 'yellow', | ||
@@ -25,3 +25,3 @@ error: 'red' | ||
log(filepath[colors[(violations.length ? 'warning' : 'pass')]]); | ||
log(filepath[colors[(violations.length ? 'info' : 'pass')]]); | ||
@@ -28,0 +28,0 @@ var message; |
Sorry, the diff of this file is not supported yet
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