Comparing version 0.0.3 to 0.0.4
@@ -0,1 +1,3 @@ | ||
#! /usr/bin/env node | ||
var command = process.argv[2] | ||
@@ -7,3 +9,3 @@ var target = process.argv[3] | ||
} catch (e) { | ||
console.log("No task was found for command [" + command + "] and target [" + target + "]!") | ||
} | ||
console.log("No task was found for command [" + command + "] and target [" + target + "]!") | ||
} |
{ | ||
"name": "ywca-cli", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "CLI tool for YWeb Course Assitant", | ||
@@ -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
3060