texditor 2.0.3 → 2.0.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "texditor",
3
- "version": "2.0.3",
4
- "description": "Texditor is a modern, block-based text editor written in TypeScript. It has a clean architecture and an extensible design that allows users to customize the content blocks",
3
+ "version": "2.0.4",
4
+ "description": "Texditor is a modern blockbased text editor that allows you to export data in JSON format.",
5
5
  "license": "MIT",
6
6
  "author": "Eduard Y",
7
7
  "homepage": "https://texditor.priveted.com",
@@ -66,7 +66,7 @@
66
66
  "editor",
67
67
  "json",
68
68
  "html",
69
- "wiwysiwyg",
69
+ "wysiwyg",
70
70
  "blocks",
71
71
  "modular",
72
72
  "typescript"