@architect/hydrate
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@architect/hydrate", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Architect dependency hydrator and shared file manager", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,3 +28,3 @@ let chalk = require('chalk') | ||
result.term.err = format(chalk.red.bold(err.message.trim())) | ||
if (!quiet) console.err(err) | ||
if (!quiet) console.error(err) | ||
} | ||
@@ -31,0 +31,0 @@ if (stdout && stdout.length > 0) { |
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
29824