cytoscape-js-node-resizer 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 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -6,8 +6,7 @@ A replacement for [cytoscape.js-noderesize](https://github.com/jhonatandarosa/cy
6
6
 
7
7
  ![Export-1735055174526](https://github.com/user-attachments/assets/3ea4de90-9720-40d0-a87c-f80456dec1d0)
8
8
 
9
- Created and maintained by [NodeLand team](https://nodeland.io)
10
-
9
+ This package was created and maintained by [NodeLand team](https://nodeland.io). A whiteboard solution that is heavy dependant on Cytoscape to represent notes as nodes in the canvas.
11
10
 
12
11
  ## Installation
13
12
  ```
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
+
2
3
  "name": "cytoscape-js-node-resizer",
3
- "version": "1.0.2",
4
+ "version": "1.0.3",
4
5
  "description": "A zero dependency extension for Cytoscape.js that adds node resizing functionality.",
5
6
  "main": "resizeHandler.js",
6
7
  "scripts": {