base-runtimes
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -86,6 +86,6 @@ /*! | ||
if (namespace && name) { | ||
res = utils.bold(utils.colors.cyan(namespace)) + ':' + utils.colors.yellow(name); | ||
res = utils.colors.bold(utils.colors.cyan(namespace)) + ':' + utils.colors.yellow(name); | ||
} else if (namespace) { | ||
res = utils.bold(utils.colors.cyan(namespace)); | ||
res = utils.colors.bold(utils.colors.cyan(namespace)); | ||
@@ -92,0 +92,0 @@ } else if (name) { |
{ | ||
"name": "base-runtimes", | ||
"description": "Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins.", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"homepage": "https://github.com/node-base/base-runtimes", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
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
10278