shadcn-packaged 2025.1.18 → 2025.1.19
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/index.mjs +0 -0
- package/package.json +4 -2
package/index.mjs
ADDED
File without changes
|
package/package.json
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "shadcn-packaged",
|
3
3
|
"private": false,
|
4
|
-
"version": "2025.1.
|
4
|
+
"version": "2025.1.19",
|
5
5
|
"type": "module",
|
6
|
+
"module": "index.mjs",
|
6
7
|
"scripts": {
|
7
8
|
"dev": "vite",
|
8
9
|
"build": "npm run shadcn:clean && npm run shadcn:generate && npm run shadcn:tsc && npm run shadcn:move",
|
@@ -19,7 +20,8 @@
|
|
19
20
|
"lib",
|
20
21
|
"index.d.ts",
|
21
22
|
"tailwind.config.js",
|
22
|
-
"index.css"
|
23
|
+
"index.css",
|
24
|
+
"index.mjs"
|
23
25
|
],
|
24
26
|
"dependencies": {
|
25
27
|
"@hookform/resolvers": "^3.10.0",
|