@spinajs/configuration
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -64,3 +64,5 @@ "use strict"; | ||
commander.option('-p, --apppath <apppath>', 'Custom app path'); | ||
commander.parse(process.argv); | ||
if (process.argv) { | ||
commander.parse(process.argv); | ||
} | ||
} | ||
@@ -67,0 +69,0 @@ this.RunApp = app || commander.app; |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "framework configuration module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
12717
159