Comparing version 1.1.6 to 1.1.7
@@ -43,3 +43,3 @@ #!/usr/bin/env node | ||
chalk.blueBright( | ||
`Welcome to ${chalk.underline(chalk.bold(chalk.green(`consel`)))}. ${chalk.cyan(`Running on node-version ${process.version}`)}` | ||
`Welcome to ${chalk.underline(chalk.bold(chalk.green(`consel`)))}. ${chalk.cyan(`Running on node-version ${process.version}`)}. ${chalk.bgMagenta(chalk.bold(chalk.underline("CWD:")))} ${chalk.redBright(process.cwd())}` | ||
) | ||
@@ -80,2 +80,2 @@ ); | ||
}); | ||
//Thanks for using consel (If you are reading this!) | ||
//Thanks for using consel (If you are reading this!) |
{ | ||
"name": "consel", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"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
3863
82