impact-analysis 1.0.5 → 1.0.6

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 (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,3 +19,11 @@ Install globally using npm:
19
19
 
20
20
  ```bash
21
21
  npm install -g impact-analysis
22
+ ```
23
+ ---
24
+
25
+ ## Run
26
+
27
+ ```bash
28
+ impact-analysis
29
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-analysis",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Tool to analyze code impact based on changed files and dependencies.",
5
5
  "main": "index.js",
6
6
  "scripts": {