uilint-react 0.1.57 → 0.2.0
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ npm install uilint-react uilint-core
|
|
|
15
15
|
Or use the CLI to install everything automatically:
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npx uilint
|
|
18
|
+
npx uilint install
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
## Usage in a Running App
|
|
@@ -157,7 +157,7 @@ ollama pull qwen3-coder:30b
|
|
|
157
157
|
## Related Packages
|
|
158
158
|
|
|
159
159
|
- [`uilint-core`](https://www.npmjs.com/package/uilint-core) - Core library
|
|
160
|
-
- [`uilint
|
|
160
|
+
- [`uilint`](https://www.npmjs.com/package/uilint) - Command-line interface
|
|
161
161
|
- [`uilint-mcp`](https://www.npmjs.com/package/uilint-mcp) - MCP server
|
|
162
162
|
|
|
163
163
|
## Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uilint-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "React component for AI-powered UI consistency checking",
|
|
5
5
|
"author": "Peter Suggate",
|
|
6
6
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"node": ">=20.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"uilint-core": "^0.
|
|
37
|
+
"uilint-core": "^0.2.0",
|
|
38
38
|
"zustand": "^5.0.5"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|