Comparing version 0.0.14 to 0.0.15
10
index.js
@@ -80,7 +80,7 @@ 'use strict'; | ||
stdout = stdout | ||
.replace(/\[\d{2}:\d{2}:\d{2}\]/gim, chalk.white('$&')) | ||
.replace(/gulp-[a-z]+/gim, chalk.cyan.bold.underline('$&')) | ||
.replace(/finished/gim, chalk.cyan.bold.underline('$&')) | ||
.replace(/warning?:/gim, chalk.yellow.bold.underline('$&')) | ||
.replace(/?(?:unhandled )error?:/gim, chalk.red.bold.underline('$&')) | ||
.replace(/\[\d{2}:\d{2}:\d{2}\]/gi, chalk.white('$&')) | ||
.replace(/gulp-[a-z]+/gi, chalk.cyan.bold.underline('$&')) | ||
.replace(/finished/gi, chalk.cyan.bold.underline('$&')) | ||
.replace(/warning:?/gi, chalk.yellow.bold.underline('$&')) | ||
.replace(/(?:unhandled )?error:?/gi, chalk.red.bold.underline('$&')) | ||
.replace(/(\n|\r)$/g, ''); | ||
@@ -87,0 +87,0 @@ console.log(stdout); |
{ | ||
"name": "cml-cli", | ||
"version": "0.0.14", | ||
"description": "Simple wrapper for build scripts to stabilize API and to scaffold views and common patterns of cml-frontend boilerplate. Not for standalone usage.", | ||
"bin": { | ||
"cml-cli": "./bin/cml-cli" | ||
}, | ||
"scripts": {}, | ||
"author": { | ||
"name": "Viktor Bezdek", | ||
"email": "viktor.bezdek@gmail.com", | ||
"url": "https://github.com/viktorbezdek" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/viktorbezdek/cml-cli" | ||
}, | ||
"license": "MIT", | ||
"bugs": "https://github.com/viktorbezdek/cml-cli/issues", | ||
"dependencies": { | ||
"autocmdr": "~0.0.4", | ||
"chalk": "^1.0.0", | ||
"commander": "~2.0.0", | ||
"moment": "^2.10.2" | ||
}, | ||
"devDependencies": {} | ||
"name": "cml-cli", | ||
"version": "0.0.15", | ||
"description": "Simple wrapper for build scripts to stabilize API and to scaffold views and common patterns of cml-frontend boilerplate. Not for standalone usage.", | ||
"bin": { | ||
"cml-cli": "./bin/cml-cli" | ||
}, | ||
"scripts": {}, | ||
"author": { | ||
"name": "Viktor Bezdek", | ||
"email": "viktor.bezdek@gmail.com", | ||
"url": "https://github.com/viktorbezdek" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/viktorbezdek/cml-cli" | ||
}, | ||
"license": "MIT", | ||
"bugs": "https://github.com/viktorbezdek/cml-cli/issues", | ||
"dependencies": { | ||
"autocmdr": "~0.0.4", | ||
"chalk": "^1.0.0", | ||
"commander": "~2.0.0", | ||
"moment": "^2.10.2" | ||
}, | ||
"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
6727