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 20, 2016
1 parent 263ee26 commit 73be568
Showing 1 changed file with 2 additions and 2 deletions.
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.2.1",
"version": "1.2.2",
"description": "ETag middleware",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "http://avoidwork.github.io/tiny-etag/",
"dependencies": {
"murmurhash3js": "~3.0.1",
"tiny-lru": "~1.3.1",
"tiny-lru": "~1.3.3",
"tiny-parse": "~1.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 73be568

Please sign in to comment.