Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "insection", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A data structure for storing number intervals", | ||
@@ -5,0 +5,0 @@ "main": "lib/insection.js", |
@@ -77,3 +77,3 @@ # Insection | ||
expect(insection.get(2).sort(), 'to equal', ['foo', 'baz']); | ||
`` | ||
``` | ||
@@ -80,0 +80,0 @@ ## API |
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
66780