Comparing version 0.1.2 to 0.1.3
@@ -1,2 +0,1 @@ | ||
/// <reference path="./typings/lib.es6.d.ts" /> | ||
declare module "bim" { | ||
@@ -3,0 +2,0 @@ export class BiMap<K, V> { |
{ | ||
"name": "bim", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A bidirectional map based on the ES6 Map object containing additional methods to retrive keys by values, delete key-value pairs by values and check the existence of keys by values.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
789175
17240