heroku-cli-util
Advanced tools
Comparing version 6.2.6 to 6.2.7
@@ -10,2 +10,3 @@ 'use strict' | ||
function errtermwidth () { | ||
if (global.columns) return global.columns | ||
if (!process.stderr.isTTY || !process.stderr.getWindowSize) return 80 | ||
@@ -12,0 +13,0 @@ let width = process.stderr.getWindowSize()[0] |
{ | ||
"name": "heroku-cli-util", | ||
"description": "Set of helpful CLI utilities", | ||
"version": "6.2.6", | ||
"version": "6.2.7", | ||
"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
86536
2915