zarro 1.99.6 → 1.100.0

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.
@@ -525,7 +525,7 @@ module.exports = function _env(env) {
525
525
  env.register({
526
526
  name: "BUILD_RETRIES",
527
527
  help: "Retry the build again up to this many times on failure (work around transient errors on build host)",
528
- default: "1"
528
+ default: "0"
529
529
  });
530
530
 
531
531
  debug("-- env registration complete --");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.99.6",
3
+ "version": "1.100.0",
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"