@jeevandev/flow-canvas 0.0.1 → 0.0.2

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
@@ -17,7 +17,7 @@ A powerful, dual-mode React diagramming library that combines free-form design t
17
17
  ## Installation
18
18
 
19
19
  ```bash
20
- npm install flow-canvas
20
+ npm i @jeevandev/flow-canvas
21
21
  ```
22
22
 
23
23
  ## Basic Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeevandev/flow-canvas",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/flow-canvas.umd.js",
6
6
  "module": "./dist/flow-canvas.es.js",