Comparing version 0.11.3 to 0.11.4
@@ -20,6 +20,7 @@ 'use strict'; | ||
function normalizedCliWidth() { | ||
var width = cliWidth() || cliWidth.defaultWidth; | ||
if (process.platform === 'win32') { | ||
return cliWidth() - 1; | ||
return width - 1; | ||
} | ||
return cliWidth(); | ||
return width; | ||
} | ||
@@ -26,0 +27,0 @@ |
{ | ||
"name": "inquirer", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"description": "A collection of common interactive command line user interfaces.", | ||
@@ -5,0 +5,0 @@ "main": "lib/inquirer.js", |
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
63075
1701
183
1
7
0
42