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