app-config-chain
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -14,3 +14,3 @@ 'use strict'; | ||
if (!cfgDir) { | ||
cfgDir = path.resolve(process.cwd, 'config/') + '/'; | ||
cfgDir = path.resolve(process.cwd(), 'config/') + '/'; | ||
} else { | ||
@@ -17,0 +17,0 @@ cfgDir = path.resolve(cfgDir) + '/'; |
{ | ||
"name": "app-config-chain", | ||
"description": "Cascading configuration for web applications", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "http://github.com/contra/app-config-chain", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/contra/app-config-chain.git", |
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
7937