git-archaeologist 1.4.0 → 1.4.1

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,6 +30,7 @@ git-arch analyze /path/to/repo --since 2024-01-01 # since a specific date
30
30
  git-arch analyze /path/to/repo --html # dark-themed interactive report
31
31
  git-arch cursed --top 10 # just the danger ranking
32
32
  git-arch analyze /path/to/repo --json # pipe into other tools
33
+ git-arch blame lib/response.js /path/to/repo # deep dive on one file
33
34
  ```
34
35
 
35
36
  ## What it finds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-archaeologist",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Find the most dangerous files in any git repo — curse scores, bus factor, hidden coupling",
5
5
  "main": "dist/index.js",
6
6
  "bin": {