heroku-cli-util
Advanced tools
Comparing version 6.2.9 to 6.2.10
@@ -34,2 +34,11 @@ 'use strict' | ||
module.exports = Object.assign(chalk, colors) | ||
let c = Object.assign(chalk, colors) | ||
const dim = c.dim | ||
Object.defineProperty(c, 'dim', { | ||
get: () => { | ||
if (process.platform === 'win32' || process.platform === 'windows') return c.gray | ||
return dim | ||
} | ||
}) | ||
module.exports = c |
{ | ||
"name": "heroku-cli-util", | ||
"description": "Set of helpful CLI utilities", | ||
"version": "6.2.9", | ||
"version": "6.2.10", | ||
"author": "Jeff Dickey (@dickeyxxx)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
86960
2928