angular-doctor 1.0.1 → 1.0.2

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.
package/README.md CHANGED
@@ -24,6 +24,8 @@ Run at your Angular project root (or workspace root):
24
24
  npx -y angular-doctor@latest .
25
25
  ```
26
26
 
27
+ ![CLI output](docs/assets/cli-output.png)
28
+
27
29
  Generate a Markdown report in the current directory:
28
30
 
29
31
  ```bash
package/dist/cli.mjs CHANGED
@@ -1137,7 +1137,7 @@ const selectProjects = async (rootDirectory, projectFlag, skipPrompts) => {
1137
1137
 
1138
1138
  //#endregion
1139
1139
  //#region src/cli.ts
1140
- const VERSION = "1.0.1";
1140
+ const VERSION = "1.0.2";
1141
1141
  const exitWithHint = () => {
1142
1142
  logger.break();
1143
1143
  logger.log("Cancelled.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-doctor",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "author": "Antony Giomar <antonygiomarx@gmail.com>",
5
5
  "description": "Diagnose and fix issues in your Angular app",
6
6
  "keywords": [