@slimio/config
Advanced tools
Comparing version 0.17.0 to 0.17.1
{ | ||
"name": "@slimio/config", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "SlimIO Reactive JSON Config loaded", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -92,3 +92,3 @@ "use strict"; | ||
} | ||
this.configFile = configFilePath; | ||
this.configFile = ext === "" ? `${configFilePath}${defaultExtension}` : configFilePath; | ||
this.schemaFile = `${join(dir, name)}.schema.json`; | ||
@@ -95,0 +95,0 @@ |
52265