zarro 1.123.0 → 1.124.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.
@@ -50,10 +50,8 @@
50
50
  await git.add(":/");
51
51
  await git.commit(`:bookmark: bump package version to ${version}`);
52
52
  await gitTag({ tag });
53
- await Promise.all([
54
- gitPush(dryRun),
55
- gitPushTags(dryRun)
56
- ]);
53
+ await gitPush(dryRun);
54
+ await gitPushTags(dryRun);
57
55
  }
58
56
  });
59
57
  })();
package/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.123.0",
3
+ "version": "1.124.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"