@neynar/ui 1.0.0 → 1.0.1

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -269,7 +269,7 @@ LLM-optimized documentation for AI coding assistants:
269
269
  - [LLM Documentation Guide](./docs/llm-documentation.md) — How to use our AI-optimized docs
270
270
  - [llms.txt](./llms.txt) — Compact overview for quick context
271
271
  - [llms-full.txt](./llms-full.txt) — Complete documentation (~16k lines)
272
- - [.llm/](./.llm/) — Per-component markdown docs
272
+ - [llm/](./llm/) — Per-component markdown docs
273
273
 
274
274
  ---
275
275
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@neynar/ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Neynar Inc.",
6
- "description": "React UI component library built on Base UI and Tailwind CSS",
6
+ "description": "AI-first React component library for coding agents. LLM-optimized docs, sensible defaults, zero config. Built on shadcn patterns, Base UI, and Tailwind CSS v4.",
7
7
  "keywords": [
8
8
  "react",
9
9
  "ui",