@enerex/template-studio 1.0.0 → 1.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ A powerful and customizable editor widget built for React applications. This lib
7
7
  To install the `template-editor` package, use npm:
8
8
 
9
9
  ```bash
10
- npm i @enerex/template-editor
10
+ npm i @enerex/template-studio
11
11
  ```
12
12
 
13
13
  ## Peer Dependencies
@@ -24,7 +24,7 @@ Import the component's stylesheet into your main CSS file (typically `App.css`):
24
24
 
25
25
  ```css
26
26
  /* App.css */
27
- @import "@enerex/template-editor/dist/template-editor.css";
27
+ @import "@enerex/template-studio/dist/template-editor.css";
28
28
  ```
29
29
 
30
30
  ## Usage Example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enerex/template-studio",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "./dist/enerex-template-editor.umd.js",
5
5
  "module": "./dist/enerex-template-editor.es.js",
6
6
  "types": "./dist/types/index.d.ts",