configstore
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -18,3 +18,3 @@ 'use strict'; | ||
this.path = path.join(configDir, 'configstore', id + '.yml'); | ||
this.all = assign({}, defaults || {}, this.all || {}); | ||
this.all = [defaults || {}, this.all || {}].reduce(assign, {}); | ||
} | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "configstore", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Easily load and save config without having to think about where and how", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
4750