Skip to content

Commit

Permalink
Updating LRU cache
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Nov 21, 2018
1 parent 5576545 commit 6c6013f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-etag",
"version": "1.5.2",
"version": "1.5.3",
"description": "ETag middleware",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "http://avoidwork.github.io/tiny-etag/",
"dependencies": {
"murmurhash3js": "^3.0.1",
"tiny-lru": "^1.6.4"
"tiny-lru": "^2.0.0"
},
"devDependencies": {
"grunt": "^1.0.3",
Expand Down

0 comments on commit 6c6013f

Please sign in to comment.