Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "toposort", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Topological sort of directed ascyclic graphs (like dependecy lists)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Sorting directed acyclic graphs | ||
[![Build Status](https://travis-ci.org/marcelklehr/beardless.png)](https://travis-ci.org/marcelklehr/beardless) | ||
[![Build Status](https://travis-ci.org/marcelklehr/node-toposort.png)](https://travis-ci.org/marcelklehr/node-toposort) | ||
@@ -4,0 +4,0 @@ ## Installation |
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
5391