@enerex/template-studio 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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ Here is a basic example of how to use the `EditorWidget` component:
33
33
 
34
34
  ```jsx
35
35
  import React from "react";
36
- import { EditorWidget } from "template-studio";
36
+ import { EditorWidget } from '@enerex/template-studio';
37
37
 
38
38
  function App() {
39
39
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enerex/template-studio",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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",