@code-pushup/cli 0.14.2 → 0.14.4

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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -77,7 +77,8 @@ _If you're looking for programmatic usage, then refer to the underlying [@code-p
77
77
 
78
78
  4. Run the CLI with `npx code-pushup` (see `--help` for list of commands and arguments).
79
79
 
80
- 5. View report file(s) in output directory (specified by `persist.outputDir` configuration).
80
+ 5. View report file(s) in output directory (specified by `persist.outputDir` configuration).
81
+ This folder should be ignored in your `.gitignore`.
81
82
 
82
83
  ### Set up categories (optional)
83
84
 
package/index.js CHANGED
@@ -1538,7 +1538,7 @@ var verboseUtils = (verbose = false) => ({
1538
1538
 
1539
1539
  // packages/core/package.json
1540
1540
  var name = "@code-pushup/core";
1541
- var version = "0.14.2";
1541
+ var version = "0.14.4";
1542
1542
 
1543
1543
  // packages/core/src/lib/implementation/execute-plugin.ts
1544
1544
  import chalk4 from "chalk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/cli",
3
- "version": "0.14.2",
3
+ "version": "0.14.4",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "code-pushup": "index.js"