cytoscape-js-node-resizer 1.0.1 → 1.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.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
## Zero dependency extension for Cytoscape.js that adds node resizing functionality.
|
|
3
3
|
|
|
4
4
|
A replacement for [cytoscape.js-noderesize](https://github.com/jhonatandarosa/cytoscape.js-noderesize)
|
|
5
|
-
and [cytoscape.js-node-editing](https://github.com/iVis-at-Bilkent/cytoscape.js-node-editing) that requires neither jQuery nor Konva
|
|
5
|
+
and [cytoscape.js-node-editing](https://github.com/iVis-at-Bilkent/cytoscape.js-node-editing) that requires neither jQuery nor Konva.
|
|
6
6
|
|
|
7
7
|

|
|
8
8
|
|
|
9
|
+
Created and maintained by [NodeLand team](https://nodeland.io)
|
|
10
|
+
|
|
9
11
|
|
|
10
12
|
## Installation
|
|
11
13
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cytoscape-js-node-resizer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A zero dependency extension for Cytoscape.js that adds node resizing functionality.",
|
|
5
5
|
"main": "resizeHandler.js",
|
|
6
6
|
"scripts": {
|
|
@@ -16,4 +16,4 @@
|
|
|
16
16
|
"url": "https://github.com/gxara/cytoscape-js-node-resizer/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/gxara/cytoscape-js-node-resizer#readme"
|
|
19
|
-
}
|
|
19
|
+
}
|