markdown-text-editor 1.1.1 → 1.1.3

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 CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "markdown-text-editor",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
- "description": "A simple JavaScript Markdown editor plugin with real-time preview, and easy integration.",
5
+ "description": "Lightweight Markdown editor with hybrid WYSIWYG mode, real-time preview, and zero-config setup. Works with any backend via native textarea.",
6
6
  "funding": "https://ko-fi.com/nezanuha",
7
7
  "main": "./dist/markdown-text-editor.umd.js",
8
8
  "module": "./dist/markdown-text-editor.es.js",
9
- "browser": "./dist/markdown-text-editor.umd.js",
10
- "style": "./dist/markdown-text-editor.css",
9
+ "browser": "./dist/markdown-text-editor.min.js",
10
+ "unpkg": "./dist/markdown-text-editor.min.js",
11
+ "jsdelivr": "./dist/markdown-text-editor.min.js",
11
12
  "exports": {
12
13
  ".": {
13
14
  "import": "./dist/markdown-text-editor.es.js",
14
15
  "require": "./dist/markdown-text-editor.umd.js",
15
16
  "default": "./dist/markdown-text-editor.umd.js"
16
- },
17
- "./dist/markdown-text-editor.css": "./dist/markdown-text-editor.css"
17
+ }
18
18
  },
19
19
  "files": [
20
20
  "dist/",
@@ -65,7 +65,7 @@
65
65
  ],
66
66
  "author": "Nezanuha",
67
67
  "license": "MIT",
68
- "homepage": "https://github.com/nezanuha/markdown-text-editor",
68
+ "homepage": "https://frutjam.com/plugins/markdown-editor",
69
69
  "bugs": {
70
70
  "url": "https://github.com/nezanuha/markdown-text-editor/issues"
71
71
  },
@@ -77,7 +77,7 @@
77
77
  "@tailwindcss/typography": "^0.5.19",
78
78
  "@tailwindcss/vite": "^4.3.0",
79
79
  "diff": "^9.0.0",
80
- "frutjam": "^2.0.1",
80
+ "frutjam": "^2.0.3",
81
81
  "postcss": "^8.5.14",
82
82
  "tailwindcss": "^4.3.0",
83
83
  "vite": "^8.0.11",