claude-blip 1.0.4 → 1.0.5

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 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,15 +2,13 @@
2
2
 
3
3
  # claude-blip
4
4
 
5
- A minimal statusline for Claude Code. One file, zero dependencies.
5
+ *green when fresh, yellow when warm, red when you're cooked*
6
6
 
7
7
  [![npm](https://img.shields.io/npm/v/claude-blip)](https://www.npmjs.com/package/claude-blip)
8
8
  [![install size](https://packagephobia.com/badge?p=claude-blip)](https://packagephobia.com/result?p=claude-blip)
9
9
 
10
10
  ![variants](variants.gif)
11
11
 
12
- *green when fresh, yellow when warm, red when you're cooked*
13
-
14
12
  </div>
15
13
 
16
14
  ## Install
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-blip",
3
- "version": "1.0.4",
4
- "description": "A single-file statusline for Claude Code. Zero dependencies. Just a blip.",
3
+ "version": "1.0.5",
4
+ "description": "A minimal statusline for Claude Code",
5
5
  "license": "MIT",
6
6
  "author": "davebream",
7
7
  "repository": {