@libj/misc
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -30,2 +30,5 @@ "use strict"; | ||
}); | ||
if (Object.keys(extendConfig_1) && opts.resolveVars) { | ||
extendConfig_1 = resolveConfigVars_1.resolveConfigVars(extendConfig_1); | ||
} | ||
config = deepMerge(extendConfig_1, config); | ||
@@ -32,0 +35,0 @@ delete config[EXTENDS_KEYWORD]; |
@@ -7,3 +7,3 @@ { | ||
"name": "@libj/misc", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Miscellaneous", | ||
@@ -29,3 +29,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "da69b0826cc0c8479ffc7a623069f92c5ceb9cc5" | ||
"gitHead": "7ef2991972da071aed598e67193e9c9dc57e8ec2" | ||
} |
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
20605
274