Comparing version 1.0.1 to 1.0.2
@@ -45,3 +45,3 @@ #!/usr/bin/env node | ||
if (!+value) { | ||
if (!status && !+value) { | ||
console.error(`value must be a number`); | ||
@@ -48,0 +48,0 @@ process.exit(1); |
{ | ||
"name": "deskctl", | ||
"type": "module", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "lib/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
8691