iterable-hash-table
Advanced tools
Comparing version 3.2.0 to 3.2.1
{ | ||
"name": "iterable-hash-table", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A simple Iterable Hash Table written in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "public/HashTable.js", |
@@ -17,3 +17,4 @@ { | ||
"include": [ | ||
"src/**/*" | ||
"src/**/*", | ||
"@types/index.d.ts" | ||
], | ||
@@ -20,0 +21,0 @@ "exclude": [ |
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
48738
994