@fakhrirafiki/theme-engine 0.4.4 → 0.4.5
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fakhrirafiki/theme-engine",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"description": "Elegant theming system with smooth transitions, custom presets, semantic accent colors, and complete shadcn/ui support for modern React applications",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
26
|
"gen:preset-ids": "node scripts/generate-built-in-preset-ids.mjs",
|
|
27
|
-
"build": "node scripts/generate-built-in-preset-ids.mjs && tsup --config tsup.config.ts",
|
|
27
|
+
"build": "node scripts/generate-built-in-preset-ids.mjs && tsup --config tsup.config.ts && npm run build:css",
|
|
28
28
|
"build:css": "cp -r src/styles dist/",
|
|
29
|
-
"build:full": "npm run build
|
|
29
|
+
"build:full": "npm run build",
|
|
30
30
|
"type-check": "node scripts/generate-built-in-preset-ids.mjs && tsc --noEmit",
|
|
31
31
|
"prepublishOnly": "npm run build:full",
|
|
32
32
|
"publish-patch": "npm version patch --no-workspaces-update && npm publish",
|