@architect/hydrate
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -14,5 +14,3 @@ let series = require('run-series') | ||
*/ | ||
module.exports = function hydrate(params, callback) { | ||
// default params | ||
let installing = params.install || true | ||
module.exports = function hydrate(params={}, callback) { | ||
// if a callback isn't supplied return a promise | ||
@@ -36,3 +34,3 @@ let promise | ||
// maybe do these | ||
if (installing) | ||
if (params.install) | ||
tasks.unshift(installDeps) | ||
@@ -39,0 +37,0 @@ // order important! |
{ | ||
"name": "@architect/hydrate", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
22450
339