Comparing version 1.1.5 to 1.1.6
#!/usr/bin/env node | ||
/** | ||
* Welcome to consel's cli code. | ||
* This is a client built off of child_process | ||
*/ | ||
const readline = require("readline"); | ||
@@ -39,3 +43,3 @@ const chalk = require("chalk"); | ||
chalk.blueBright( | ||
`Welcome to ${chalk.underline(chalk.bold(chalk.green(`consel`)))}` | ||
`Welcome to ${chalk.underline(chalk.bold(chalk.green(`consel`)))}. ${chalk.cyan(`Running on node-version ${process.version}`)}` | ||
) | ||
@@ -76,1 +80,2 @@ ); | ||
}); | ||
//Thanks for using consel (If you are reading this!) |
{ | ||
"name": "consel", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A modified child_process client, with extensive logging.", | ||
@@ -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
3771
81