@glass-ui-kit/cli 0.1.2 → 0.1.3
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 +0 -7
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -35,13 +35,6 @@ npx @glass-ui-kit/cli add card
|
|
|
35
35
|
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
You can also run the command without any arguments to view a list of all available components:
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
npx @glass-ui-kit/cli add
|
|
42
|
-
|
|
43
|
-
```
|
|
44
|
-
|
|
45
38
|
## Documentation
|
|
46
39
|
|
|
47
40
|
Visit [https://ui-glass.vercel.app](https://ui-glass.vercel.app) to view the registry and documentation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glass-ui-kit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "The official CLI for Glass UI. Add glassmorphism components to your React projects in seconds.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"glassmorphism",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"bun-types": "latest",
|
|
44
44
|
"tsup": "^8.0.1",
|
|
45
45
|
"typescript": "^5.3.3",
|
|
46
|
-
"@glass-ui-kit/
|
|
47
|
-
"@glass-ui-kit/
|
|
46
|
+
"@glass-ui-kit/schema": "0.0.1",
|
|
47
|
+
"@glass-ui-kit/tsconfig": "0.0.1"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|