@chenyomi/leafer-htmltext-edit 2.1.3 → 2.1.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  - [插件官网](https://chenyomi.github.io/leafer-htmltext-edit-website/)
26
26
  - [在线演示](https://chenyomi.github.io/leafer-htmltext-edit-view/)
27
- - [问题反馈](https://github.com/chenyomi/npm-chenyomi-leafer-htmltext-edit/issues)
27
+ - [问题反馈](https://github.com/chenyomi/leafer-htmltext-edit-view/issues)
28
28
 
29
29
  ## 📦 安装
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chenyomi/leafer-htmltext-edit",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "A text editor plugin for Leafer UI with HTML text support",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",