Comparing version 0.0.21 to 0.0.22
@@ -82,3 +82,3 @@ 'use strict'; | ||
.replace(/\[[0-9:]{6,10}\]/gi, chalk.white.bold('$&')) | ||
.replace(/[0-9.,]{1,32}\s.{1,3}/gi, chalk.white.bold('$&')) | ||
.replace(/[0-9.,]{1,32}\s\w/gi, chalk.white.bold('$&')) | ||
.replace(/gulp-[a-z]+/gi, chalk.blue.bold('$&')) | ||
@@ -85,0 +85,0 @@ .replace(/\'.+\'/gi, chalk.blue.bold('$&')) |
{ | ||
"name": "cml-cli", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Simple wrapper for build scripts to stabilize API and to scaffold views and common patterns of cml-frontend boilerplate. Not for standalone usage.", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
7016