Comparing version 6.0.1 to 6.1.0
@@ -13,3 +13,3 @@ "use strict"; | ||
* @license BSD-3-Clause | ||
* @version 6.0.1 | ||
* @version 6.1.0 | ||
*/ | ||
@@ -16,0 +16,0 @@ |
@@ -7,3 +7,3 @@ /** | ||
* @license BSD-3-Clause | ||
* @version 6.0.1 | ||
* @version 6.1.0 | ||
*/ | ||
@@ -10,0 +10,0 @@ "use strict"; |
{ | ||
"name": "tiny-lru", | ||
"description": "Tiny LRU cache for Client or Server", | ||
"version": "6.0.1", | ||
"version": "6.1.0", | ||
"homepage": "https://github.com/avoidwork/tiny-lru", | ||
@@ -16,2 +16,4 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", | ||
"main": "lib/tiny-lru.js", | ||
"module": "lib/tiny-lru.es6.js", | ||
"types": "lib/tiny-lru.d.ts", | ||
"engines": { | ||
@@ -23,3 +25,4 @@ "node": ">=6" | ||
"benchmark": "node benchmark.js", | ||
"test": "grunt test" | ||
"test": "grunt test", | ||
"build": "grunt build" | ||
}, | ||
@@ -29,10 +32,11 @@ "dependencies": {}, | ||
"babel-core": "^6.26.3", | ||
"babel-minify": "^0.5.0", | ||
"babel-minify": "^0.5.1", | ||
"babel-preset-env": "^1.7.0", | ||
"grunt": "^1.0.3", | ||
"grunt": "^1.0.4", | ||
"grunt-cli": "^1.3.2", | ||
"grunt-contrib-concat": "^1.0.1", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-contrib-nodeunit": "^2.0.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-eslint": "^21.0.0", | ||
"grunt-eslint": "^22.0.0", | ||
"precise": "^1.1.0" | ||
@@ -39,0 +43,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
16568
8
426
11