cli-engine-config
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -122,3 +122,3 @@ 'use strict'; | ||
} | ||
if (config.install === undefined) { | ||
if (config.install === undefined && userConfig) { | ||
config.install = userConfig.install; | ||
@@ -125,0 +125,0 @@ } |
{ | ||
"name": "cli-engine-config", | ||
"description": "base cli-engine config objects and interfaces", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-config/issues", |
Sorry, the diff of this file is not supported yet
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
11708