liveline 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -168,13 +168,6 @@ The component fills its parent container. Set a height on the parent. Pass `data
168
168
 
169
169
  No CSS imports. No external dependencies beyond React.
170
170
 
171
- ## Build
172
-
173
- ```bash
174
- pnpm build # ESM + CJS + .d.ts in dist/
175
- pnpm test # Unit tests
176
- ```
177
-
178
171
  ## License
179
172
 
180
173
  © 2026 Benji Taylor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liveline",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "description": "Real-time animated line chart for React",
6
6
  "keywords": [