config-extends
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -327,3 +327,5 @@ "use strict"; | ||
break; | ||
_config = _config[names[i]]; | ||
_config = Array.isArray(_config) | ||
? _config.find(p => p.name === names[i]) | ||
: _config[names[i]]; | ||
} | ||
@@ -330,0 +332,0 @@ return _config; |
{ | ||
"name": "config-extends", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Allow to extend yaml or json files configuration", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
48421
565