Comparing version 1.3.2 to 1.3.3
@@ -8,3 +8,3 @@ /** | ||
* @link https://github.com/avoidwork/tiny-lru | ||
* @version 1.3.2 | ||
* @version 1.3.3 | ||
*/ | ||
@@ -11,0 +11,0 @@ "use strict"; |
@@ -8,3 +8,3 @@ /** | ||
* @link https://github.com/avoidwork/tiny-lru | ||
* @version 1.3.2 | ||
* @version 1.3.3 | ||
*/ | ||
@@ -11,0 +11,0 @@ "use strict"; |
{ | ||
"name": "tiny-lru", | ||
"description": "Tiny LRU cache for Client or Server", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"homepage": "https://github.com/avoidwork/tiny-lru", | ||
@@ -15,3 +15,3 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", | ||
"license": "BSD-3-Clause", | ||
"main": "lib/tiny-lru", | ||
"main": "index", | ||
"engines": { | ||
@@ -18,0 +18,0 @@ "node": ">=0.8.0" |
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
12825