config-extends
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -21,5 +21,6 @@ "use strict"; | ||
const config = yield index_1.configExtends.apply(source, target); | ||
if (!target) | ||
console.log(config); | ||
if (!target) { | ||
console.log(JSON.stringify(config, null, 2)); | ||
} | ||
}); | ||
//# sourceMappingURL=apply.js.map |
@@ -19,5 +19,5 @@ "use strict"; | ||
} | ||
const config = yield index_1.configExtends.extends(JSON.parse(source)); | ||
console.log(config); | ||
const config = index_1.configExtends.extends(JSON.parse(source)); | ||
console.log(JSON.stringify(config, null, 2)); | ||
}); | ||
//# sourceMappingURL=extends.js.map |
{ | ||
"name": "config-extends", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Allow to extend yaml or json files configuration", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
49783
587