ciena-graphlib
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,5 @@ | ||
# 1.0.5 (2017-04-25) | ||
Don't use ES6 object shorthand syntax | ||
# 1.0.4 (2017-04-25) | ||
@@ -2,0 +6,0 @@ |
@@ -36,5 +36,5 @@ /** | ||
module.exports = { | ||
alg, | ||
Graph, | ||
json | ||
alg: alg, | ||
Graph: Graph, | ||
json: json | ||
} |
{ | ||
"name": "ciena-graphlib", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A directed and undirected multi-graph library", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
206415