claude-code-tracker 1.1.0 → 1.1.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,8 +30,10 @@ The `postinstall` script copies the tracking scripts to `~/.claude/tracking/` an
30
30
 
31
31
  ### Option 2 — Homebrew
32
32
 
33
+ Homebrew only knows about packages in its default registry. `brew tap` adds a third-party repository so Homebrew can find this package.
34
+
33
35
  ```bash
34
- brew tap ${YOUR_USER}/claude-code-tracker
36
+ brew tap kelsi-andrewss/claude-code-tracker
35
37
  brew install claude-code-tracker
36
38
  ```
37
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-tracker",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Automatic token, cost, and prompt tracking for Claude Code sessions",
5
5
  "keywords": [
6
6
  "claude",