graphology-utils
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -20,3 +20,3 @@ /** | ||
graph.addNode(nodes[0]); | ||
graph.mergeNode(nodes[0]); | ||
@@ -23,0 +23,0 @@ for (i = 1, l = nodes.length; i < l; i++) { |
@@ -22,3 +22,3 @@ /** | ||
graph.addNode(center); | ||
graph.mergeNode(center); | ||
@@ -25,0 +25,0 @@ for (i = 1, l = nodes.length; i < l; i++) { |
{ | ||
"name": "graphology-utils", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Miscellaneous utils for graphology.", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"scripts": { | ||
"lint": "eslint *.js", | ||
"lint": "eslint **/*.js", | ||
"prepublish": "npm run lint && npm test", | ||
@@ -17,0 +17,0 @@ "test": "mocha test.js" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7024