@buckits/claude-statusline 2.3.1 → 2.3.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buckits/claude-statusline",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "The statusline Claude Code deserves - gradient progress bar, auto-compact threshold marker, git status, cost tracking, 2-line dashboard",
|
|
5
5
|
"bin": {
|
|
6
|
-
"claude-statusline": "
|
|
6
|
+
"claude-statusline": "bin/install.js"
|
|
7
7
|
},
|
|
8
8
|
"files": [
|
|
9
9
|
"bin/",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|
|
31
|
-
"url": "https://github.com/Buckits/claude-statusline"
|
|
31
|
+
"url": "git+https://github.com/Buckits/claude-statusline.git"
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/Buckits/claude-statusline#readme",
|
|
34
34
|
"bugs": {
|