@tomny-dev/uzi 0.1.3 → 0.1.4

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,3 +35,12 @@ pnpm dev # watch mode
35
35
  pnpm build # production build
36
36
  pnpm lint # type check
37
37
  ```
38
+
39
+ ## Claude Code
40
+
41
+ A `CLAUDE.md` is included with architecture notes, component conventions, and publishing details. If you're using Claude Code in a consumer repo, you can reference it in your own `CLAUDE.md`:
42
+
43
+ ```md
44
+ ## UI Components
45
+ See node_modules/@tomny-dev/uzi/CLAUDE.md for component API and usage notes.
46
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomny-dev/uzi",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Rapid-fire React UI components. Ship faster, build more.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",