zarro 1.165.6 → 1.165.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.
@@ -8,7 +8,7 @@
8
8
  // refuses to pack them, and I haven't figured out
9
9
  // why; so another process should create dist-copy
10
10
  // specifically for packing purposes
11
- search = ["src", "dist", "dist-copy"];
11
+ search = ["dist-copy", "src"];
12
12
  for (const item of search) {
13
13
  const seek = path.join(__dirname, "fetch-github-release", item);
14
14
  if (folderExistsSync(seek)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.165.6",
3
+ "version": "1.165.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"