heroku-cli-util
Advanced tools
Comparing version 8.0.5 to 8.0.6
@@ -43,2 +43,9 @@ 'use strict' | ||
}) | ||
if (netrc.machines._tokens) { | ||
netrc.machines._tokens.forEach(token => { | ||
if (hosts.includes(token.host)) { | ||
token.internalWhitespace = '\n ' | ||
} | ||
}) | ||
} | ||
netrc.saveSync() | ||
@@ -45,0 +52,0 @@ } |
{ | ||
"name": "heroku-cli-util", | ||
"description": "Set of helpful CLI utilities", | ||
"version": "8.0.5", | ||
"version": "8.0.6", | ||
"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
86474
2916