zarro 1.203.0 → 1.204.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.
@@ -271,7 +271,7 @@ Test Run Summary
271
271
  acc.push({ project, runTimeMs: cur.runTimeMs });
272
272
  return acc;
273
273
  }, []);
274
- console.log(yellow(`Test suite timings:`));
274
+ console.log(yellow(`\nTest suite timings:`));
275
275
  for (const r of assembliesAndTimes) {
276
276
  console.log(yellow(` ${r.project}: ${nunitLikeTime(r.runTimeMs)}`));
277
277
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.203.0",
3
+ "version": "1.204.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"