config-chain
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -50,3 +50,3 @@ | ||
catch (er) { return ini.parse(content) } | ||
} if (type === 'json') { | ||
} else if (type === 'json') { | ||
if (this.emit) { | ||
@@ -53,0 +53,0 @@ try { return JSON.parse(content) } |
{ | ||
"name": "config-chain", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "HANDLE CONFIGURATION ONCE AND FOR ALL", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/dominictarr/config-chain", |
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
20939