configuration-master
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -62,4 +62,9 @@ const _ = require('lodash'); | ||
} | ||
this.setValue = function(key, value, namespace) | ||
{ | ||
myConfig[namespace || COMMON_KEY] = value; | ||
} | ||
} | ||
module.exports = new config(); |
{ | ||
"name": "configuration-master", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Simple configuration load/access tool.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3610
83