Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "myges", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env node | ||
#!/usr/bin/env node --no-warnings | ||
@@ -3,0 +3,0 @@ const commander = require('commander') |
@@ -57,3 +57,3 @@ const fs = require('fs').promises | ||
if (exit_if_not_logged && (!parsed.access_token || !parsed.token_type)) { | ||
if (exit_if_not_logged || !parsed.access_token || !parsed.token_type) { | ||
console.error('You must be logged before using that command. (ges login)') | ||
@@ -60,0 +60,0 @@ return process.exit(1) |
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
43574