@architect/hydrate
Advanced tools
Comparing version 1.3.0-RC.1 to 1.3.0-RC.2
{ | ||
"name": "@architect/hydrate", | ||
"version": "1.3.0-RC.1", | ||
"version": "1.3.0-RC.2", | ||
"description": "Architect dependency hydrator and shared file manager", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -103,5 +103,5 @@ let chalk = require('chalk') | ||
if (deps && deps > 0) | ||
updater('Success!').done(chalk.green('Finished hydrating dependencies')) | ||
update.done('Success!', chalk.green('Finished hydrating dependencies')) | ||
if (!deps) | ||
updater('Hydrate').done('Finished checks, nothing to hydrate') | ||
update.done('Finished checks, nothing to hydrate') | ||
@@ -108,0 +108,0 @@ callback(null, result) |
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
35686