@umoteam/editor 2.3.0 → 2.3.1
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 +1 -3
- package/README.zh-CN.md +4 -0
- package/dist/es/style.css +1 -1
- package/dist/es/umo-editor.mjs +3 -3
- package/dist/umd/style.css +1 -1
- package/dist/umd/umo-editor.js +2 -2
- package/dist/umd/umo-editor.js.gz +0 -0
- package/package.json +2 -3
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umoteam/editor",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Umo Editor is an open-source document editor based on Vue3. It offers comprehensive document editing capabilities, supports Markdown syntax, and basic rich-text editing functions. It also supports the insertion of various formatted node types, provides a variety of practical tools, and allows for page style customization. Additionally, it supports exporting in multiple formats, printing and print preview, document block editing, the addition of custom extensions, i18n settings, and dark mode support.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"umo editor",
|
|
@@ -43,8 +43,7 @@
|
|
|
43
43
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
44
44
|
"format": "prettier --write src/",
|
|
45
45
|
"build": "vite build",
|
|
46
|
-
"build:all": "vite build && vite build --config vite.config.umd.js"
|
|
47
|
-
"prepublishOnly": "npm run build:all"
|
|
46
|
+
"build:all": "vite build && vite build --config vite.config.umd.js"
|
|
48
47
|
},
|
|
49
48
|
"dependencies": {
|
|
50
49
|
"@eslint/object-schema": "^2.1.4",
|