Comparing version 0.0.18 to 0.0.19
@@ -81,6 +81,7 @@ 'use strict'; | ||
stdout = stdout | ||
.replace(/\[[0-9:]{6,10}\]/gi, chalk.white.bold.underline('$&')) | ||
.replace(/\[[0-9:]{6,10}\]/gi, chalk.white.bold('$&')) | ||
.replace(/[0-9.,]\s.{1,3}/gi, chalk.white.bold('$&')) | ||
.replace(/gulp-[a-z]+/gi, chalk.blue.bold('$&')) | ||
.replace(/\'.+\'/gi, chalk.blue.bold('$&')) | ||
.replace(/finished/gi, chalk.cyan.bold('$&')) | ||
.replace(/finished|starting/gi, chalk.cyan.bold('$&')) | ||
.replace(/warning:?/gi, chalk.yellow.bold('$&')) | ||
@@ -87,0 +88,0 @@ .replace(/(\n|\r)$/g, ''); |
{ | ||
"name": "cml-cli", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Simple wrapper for build scripts to stabilize API and to scaffold views and common patterns of cml-frontend boilerplate. Not for standalone usage.", | ||
@@ -23,6 +23,5 @@ "bin": { | ||
"chalk": "^1.0.0", | ||
"commander": "~2.0.0", | ||
"moment": "^2.10.2" | ||
"commander": "~2.0.0" | ||
}, | ||
"devDependencies": {} | ||
} |
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
6946
3
152
- Removedmoment@^2.10.2
- Removedmoment@2.30.1(transitive)