Skip to content

Commit

Permalink
Updating LRU cache
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Dec 20, 2018
1 parent 93ec04f commit 93f3d22
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": "2.0.3",
"version": "2.0.4",
"description": "ETag middleware",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,14 +29,14 @@
"homepage": "http://avoidwork.github.io/tiny-etag/",
"dependencies": {
"murmurhash3js": "^3.0.1",
"tiny-lru": "^5.0.3"
"tiny-lru": "^5.0.4"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-eslint": "^21.0.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.2.0",
"tiny-httptest": "^1.0.22",
"woodland": "^7.3.25"
"woodland": "^7.3.26"
}
}

0 comments on commit 93f3d22

Please sign in to comment.