claude-accountant 1.0.0 → 1.1.0

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,8 +50,8 @@ Then add to `~/.claude.json`:
50
50
  ### Option 3: From source
51
51
 
52
52
  ```bash
53
- git clone <repo-url>
54
- cd usage_plugin
53
+ git clone https://github.com/grantlouisherman/claude-accountant.git
54
+ cd claude-accountant
55
55
  npm install && npm run build
56
56
  ```
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-accountant",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Claude Code plugin that tracks API usage, estimates costs, and recommends budget-aware actions",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "license": "MIT",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": ""
31
+ "url": "git+https://github.com/grantlouisherman/claude-accountant.git"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsc",