@altangent/config-manager
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@altangent/config-manager", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Config file loader", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -24,2 +24,3 @@ const fs = require('fs'); | ||
if (!config.mysql || !config.redis) throw new Error('Invalid config file'); | ||
return config | ||
} | ||
@@ -26,0 +27,0 @@ |
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
1510
42