@moondreamsdev/dreamer-ui 1.4.9 → 1.5.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/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@moondreamsdev/dreamer-ui",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.5.0",
|
4
4
|
"type": "module",
|
5
5
|
"description": "A collection of Tailwind CSS components for React",
|
6
6
|
"main": "dist/index.js",
|
@@ -44,6 +44,7 @@
|
|
44
44
|
"build:setup": "cp scripts/init.lib.js dist/init.js && node scripts/add-theme.lib.js",
|
45
45
|
"lint": "eslint .",
|
46
46
|
"preview": "vite preview",
|
47
|
+
"postinstall": "node dist/init.js",
|
47
48
|
"prepublishOnly": "npm run build",
|
48
49
|
"publish": "npm publish --access public"
|
49
50
|
},
|