@evolution-james/evolution-editor 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
 
4
4
  Evolution Editor is a standalone, rich text editor React component designed for easy integration into any React project. It supports both read-only and editable modes, JSON import/export, and theming via CSS variables.
5
5
 
6
+ [Live Demo](https://evolution-editor-demo.vercel.app/)
6
7
 
7
8
 
8
9
  ## Table of Contents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evolution-james/evolution-editor",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A modular, block-based rich text editor for React",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",