@geek/config
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
const Config = require('../Config'); | ||
const Config = require('..'); | ||
const config = new Config({ cwd: args[0], name: args[1], env: args[2], overrides: args[3] }); | ||
@@ -15,0 +15,0 @@ console.log(config.store); |
{ | ||
"name": "@geek/config", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Geek Configuration Manager for Node.js - The complete solution for managing config settings for your Node.js application", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
9047
1