graphology-utils
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -21,4 +21,4 @@ /** | ||
typeof value.prototype.addUndirectedEdgeWithKey === 'function' && | ||
typeof value.prototype.dropNodes === 'function' | ||
typeof value.prototype.dropNode === 'function' | ||
); | ||
}; |
@@ -20,5 +20,5 @@ /** | ||
typeof value.addUndirectedEdgeWithKey === 'function' && | ||
typeof value.dropNodes === 'function' && | ||
typeof value.dropNode === 'function' && | ||
typeof value.multi === 'boolean' | ||
); | ||
}; |
{ | ||
"name": "graphology-utils", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Miscellaneous utils for graphology.", | ||
@@ -41,4 +41,4 @@ "main": "index.js", | ||
"eslint": "^4.18.2", | ||
"graphology": "^0.11.1", | ||
"mocha": "^5.0.4" | ||
"graphology": "^0.13.0", | ||
"mocha": "^5.2.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "eslintConfig": { |
9077