Comparing version 3.0.4 to 3.0.5
@@ -28,3 +28,3 @@ #!/usr/bin/env node | ||
warnItems.forEach(function(key) { | ||
if (!pack[key] && !config.quiet) console.log(('missing ' + key).yellow) | ||
if (!pack[key] && !config.quiet) console.log(chalk.yellow('missing ' + key)) | ||
}) | ||
@@ -51,3 +51,3 @@ } | ||
if (!fs.existsSync(file)) { | ||
if (!config.quiet) console.log(('No such file: ' + file).red) | ||
if (!config.quiet) console.log(chalk.red('No such file: ' + file)) | ||
process.exit(1) | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "fixpack", | ||
"description": "cli tool that cleans up package.json files.", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -6,0 +6,0 @@ "bin": "./bin/fixpack", |
@@ -112,2 +112,3 @@ # fixpack | ||
- 3.0.5 - Fix coloration of warnings | ||
- 3.0.4 - OS specific EOL | ||
@@ -114,0 +115,0 @@ - 3.0.3 - updates to remove NSP warnings in deps. |
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
7995
132