shadcn-extras 0.1.2 → 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 CHANGED
@@ -1,4 +1,4 @@
1
- # Motion Primitives CLI
1
+ # Shadcn Extras CLI
2
2
 
3
3
  A command-line interface for easily adding beautiful, animated components to your React project.
4
4
 
package/dist/index.js CHANGED
@@ -73,7 +73,7 @@ function displayBanner() {
73
73
  console.log(`
74
74
  ┌────────────────────────────────────────────┐
75
75
  │ │
76
- Motion Primitives CLI
76
+ Shadcn Extras CLI
77
77
  │ │
78
78
  │ Beautiful, animated components │
79
79
  │ for your React projects │
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadcn-extras",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "CLI to add shadcn-extras components to your app",
5
5
  "bin": {
6
6
  "shadcn-extras": "./dist/index.js"