markdown-text-editor 0.0.9-beta.1 → 0.0.11-beta.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "markdown-text-editor",
3
- "version": "0.0.9-beta.1",
3
+ "version": "0.0.11-beta.1",
4
4
  "description": "A powerful, easy-to-use Markdown editor with a real-time preview, syntax highlighting. Ideal for developers, writers, and content creators who need a seamless, interactive writing experience with full Markdown support.",
5
- "main": "./src/plugins/markdown/editor.js",
5
+ "main": "./dist/markdown-text-editor.js",
6
6
  "files": [
7
7
  "dist/**/*",
8
8
  "src/**/*"