famous-cli
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -17,3 +17,3 @@ #!/usr/bin/env node | ||
storage.getGlobal(function(error, config){ | ||
if (config.tracking) metrics.track(process.argv[2]); | ||
if (config.tracking) metrics.track(process.argv[2] || 'help'); | ||
}); | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "famous-cli", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "CLI interface for Famous Industries Web Services", | ||
@@ -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
83644