Comparing version 1.0.1 to 1.0.3
@@ -14,5 +14,4 @@ #!/usr/bin/env node | ||
const cp = require("child_process"); | ||
cp.execSync(`npm i -g consel@latest`) | ||
cp.execSync(`npm i -g consel`) | ||
rl.on("line", async (line) => { | ||
console.log("NEW LINE") | ||
try { | ||
@@ -19,0 +18,0 @@ console.log(`${chalk.gray(line)} ${chalk.blue(Date.now())}`); |
{ | ||
"name": "consel", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -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
1494
40