@cyberskill/cyber-editor 3.8.8 → 3.8.9
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 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyberskill/cyber-editor",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.8.
|
|
4
|
+
"version": "3.8.9",
|
|
5
5
|
"description": "Update version tailwind v4",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "dotenvx run -- react-router build",
|
|
22
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
23
|
+
"build:publish": "npm run build && npm publish",
|
|
22
24
|
"dev": "run-s prepare start:dev",
|
|
23
25
|
"lint": "cyberskill lint",
|
|
24
26
|
"lint:fix": "cyberskill lint:fix",
|