email-builder-online 4.0.0 → 4.0.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 (4) hide show
  1. package/README.md +5 -5
  2. package/dist/index.cjs +220 -237
  3. package/dist/index.mjs +33412 -42319
  4. package/package.json +9 -7
package/README.md CHANGED
@@ -21,17 +21,17 @@ Powerful, modern email builder with drag-and-drop blocks, live preview, and HTML
21
21
 
22
22
  ## Installation
23
23
 
24
- Install the package:
24
+ Install the package along with React:
25
25
 
26
26
  ```bash
27
- npm i email-builder-online
27
+ npm i email-builder-online react react-dom
28
28
  # or
29
- yarn add email-builder-online
29
+ yarn add email-builder-online react react-dom
30
30
  # or
31
- pnpm add email-builder-online
31
+ pnpm add email-builder-online react react-dom
32
32
  ```
33
33
 
34
- > **Note:** All dependencies (React, Material UI, i18n, drag-and-drop, etc.) are bundled with the package — no extra installs needed.
34
+ > **Note:** All other dependencies (Material UI, i18n, drag-and-drop, Tiptap, etc.) are bundled with the package — no extra installs needed.
35
35
 
36
36
  ### Peer dependencies (React / React-DOM)
37
37