zarro 1.141.13 → 1.141.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -477,7 +477,7 @@
477
477
  }
478
478
  async function pushResolvedContainerOption(collected, opts, option, environmentVariable, fallback) {
479
479
  let value = opts[option], usingFallback = false;
480
- if (value === undefined) {
480
+ if (!value) {
481
481
  value = await fallback();
482
482
  usingFallback = true;
483
483
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.141.13",
3
+ "version": "1.141.14",
4
4
  "description": "Some glue to make gulp easier, perhaps even zero- or close-to-zero-conf",
5
5
  "bin": {
6
6
  "zarro": "./index.js"