@incanta/config
Advanced tools
Comparing version 0.1.19 to 0.1.20
@@ -25,3 +25,3 @@ "use strict"; | ||
if (configSettings.defaults.dir) { | ||
defaultConfigDir = configSettings.defaults.configDir; | ||
defaultConfigDir = configSettings.defaults.dir; | ||
} | ||
@@ -28,0 +28,0 @@ if (configSettings.defaults.env) { |
{ | ||
"name": "@incanta/config", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -35,3 +35,3 @@ import merge from "lodash.merge"; | ||
if (configSettings.defaults.dir) { | ||
defaultConfigDir = configSettings.defaults.configDir; | ||
defaultConfigDir = configSettings.defaults.dir; | ||
} | ||
@@ -38,0 +38,0 @@ |
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
36520