zarro 1.173.8 → 1.173.10

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.
@@ -1017,8 +1017,7 @@ WARNING: 'dotnet pack' ignores --version-suffix when a nuspec file is provided.
1017
1017
  id: pkg.id,
1018
1018
  version: pkg.version.toString(),
1019
1019
  source: opts.source,
1020
- noRestore: opts.noRestore,
1021
- preRelease: opts.preRelease
1020
+ noRestore: opts.noRestore
1022
1021
  }));
1023
1022
  }
1024
1023
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.173.8",
3
+ "version": "1.173.10",
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"