Comparing version 1.0.5 to 1.0.6
@@ -261,2 +261,8 @@ #!/usr/bin/env node | ||
if (args[3]) { c1 = Number(args[3]); } else c1 = 0 | ||
//exit with message if c1 is larger than 99 | ||
if (c1 > 99) { | ||
console.log("c1 value is too high. 0-99 only"); | ||
process.exit(1); | ||
} | ||
//if (args[4]) { c1 = Number(args[4]); } else c1 = 0 | ||
@@ -263,0 +269,0 @@ |
{ | ||
"name": "gia-ast", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A CLI Wrapping AST Web API calls to servers", | ||
@@ -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
1943027
12698