Skip to content

Commit

Permalink
Updating LRU cache
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Mar 25, 2018
1 parent 05e48b8 commit a7b8990
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-etag",
"version": "1.4.0",
"version": "1.4.1",
"description": "ETag middleware",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"murmurhash3js": "^3.0.1",
"retsu": "^3.0.1",
"tiny-lru": "^1.5.0",
"tiny-lru": "^1.5.1",
"tiny-parse": "^2.1.2"
},
"devDependencies": {
Expand All @@ -40,6 +40,6 @@
"grunt-nsp": "^2.3.1",
"mocha": "^4.0.1",
"tiny-httptest": "^1.0.12",
"woodland": "^4.3.0"
"woodland": "^4.3.9"
}
}

0 comments on commit a7b8990

Please sign in to comment.