Comparing version 1.1.2 to 1.1.3
@@ -52,3 +52,3 @@ #! /usr/bin/env node | ||
argv, | ||
configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : null, | ||
configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : undefined, | ||
])) | ||
@@ -55,0 +55,0 @@ } |
{ | ||
"name": "rc", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "hardwired configuration loader", | ||
@@ -24,7 +24,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"minimist": "^1.1.2", | ||
"deep-extend": "~0.2.5", | ||
"strip-json-comments": "0.1.x", | ||
"ini": "~1.3.0" | ||
"deep-extend": "~0.4.0", | ||
"ini": "~1.3.0", | ||
"minimist": "~1.1.2", | ||
"strip-json-comments": "~1.0.4" | ||
} | ||
} |
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
14865
+ Addeddeep-extend@0.4.2(transitive)
+ Addedminimist@1.1.3(transitive)
+ Addedstrip-json-comments@1.0.4(transitive)
- Removeddeep-extend@0.2.11(transitive)
- Removedminimist@1.2.8(transitive)
- Removedstrip-json-comments@0.1.3(transitive)
Updateddeep-extend@~0.4.0
Updatedminimist@~1.1.2
Updatedstrip-json-comments@~1.0.4