graph-paths
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -62,8 +62,5 @@ /** | ||
module.exports = { | ||
cheapest_paths: cheapest_paths | ||
} | ||
// UTILS: | ||
//UTILS: | ||
@@ -95,1 +92,7 @@ var argmax = function(array, iterator) { | ||
} | ||
module.exports = { | ||
cheapest_paths: cheapest_paths | ||
} |
{ | ||
"name": "graph-paths", | ||
"description": "Finding shortest / cheapest paths in a dense graph", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "Erel Segal-haLevi <erelsgl@gmail.com>", | ||
@@ -10,2 +10,3 @@ "repository": { | ||
}, | ||
"main": "./graph-paths.js", | ||
"dependencies" : { }, | ||
@@ -12,0 +13,0 @@ "devDependencies" : { }, |
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
39482