graph-data-structure
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "graph-data-structure", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A graph data structure with topological sort.", | ||
@@ -18,3 +18,2 @@ "files": [ | ||
"unpkg": "./dist/index.umd.js", | ||
"bin": "./dist/cli.module.js", | ||
"scripts": { | ||
@@ -60,3 +59,3 @@ "build": "rm -rf dist && microbundle src/index.ts", | ||
"mocha": "10.2.0", | ||
"prettier": "2.8.1", | ||
"prettier": "2.8.3", | ||
"release-it": "15.6.0", | ||
@@ -63,0 +62,0 @@ "typescript": "4.9.4" |
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
101409