dependents-editor-backend
Advanced tools
Comparing version 1.11.1 to 1.11.2
@@ -31,6 +31,10 @@ var Config = require('./Config'); | ||
var config; | ||
// Use an already loaded Config instance, if supplied | ||
// Useful for tests that want to hijack the config loading process | ||
var config = program.deprc; | ||
try { | ||
config = new Config(); | ||
config.findAndLoad(path.dirname(program.filename)); | ||
if (!config) { | ||
config = new Config(); | ||
config.findAndLoad(path.dirname(program.filename)); | ||
} | ||
debug('loaded config', config); | ||
@@ -37,0 +41,0 @@ |
{ | ||
"name": "dependents-editor-backend", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"description": "The brains behind Dependents editor plugins", | ||
@@ -41,3 +41,3 @@ "main": "lib/cli.js", | ||
"dependents": "~3.1.3", | ||
"filing-cabinet": "~1.2.4", | ||
"filing-cabinet": "~1.2.5", | ||
"is-plain-object": "~2.0.1", | ||
@@ -44,0 +44,0 @@ "mixpanel": "~0.4.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
12160
308
Updatedfiling-cabinet@~1.2.5