zarro 1.173.6 → 1.173.8

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.
@@ -732,8 +732,7 @@
732
732
  });
733
733
  env.register({
734
734
  name: "PACKAGE_REGISTRY",
735
- help: "Specify npm source to push to. Will default to npmjs.com",
736
- default: "nuget.org"
735
+ help: "Specify npm source to push to. When unspecified, behavior is left up to npm"
737
736
  });
738
737
  debug("-- env registration complete --");
739
738
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.173.6",
3
+ "version": "1.173.8",
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"