Skip to content

Commit

Permalink
Updating LRU cache
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Feb 10, 2017
1 parent 1e0e95e commit 1f672b1
Showing 1 changed file with 3 additions and 3 deletions.
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.3.0",
"version": "1.3.1",
"description": "ETag middleware",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"murmurhash3js": "~3.0.1",
"retsu": "~2.0.3",
"tiny-lru": "~1.4.2",
"tiny-lru": "~1.4.7",
"tiny-parse": "~2.0.0"
},
"devDependencies": {
Expand All @@ -40,6 +40,6 @@
"grunt-nsp": "~2.2.0",
"hippie": "~0.5.0",
"mocha": "~2.5.3",
"woodland": "~1.1.18"
"woodland": "~1.1.19"
}
}

0 comments on commit 1f672b1

Please sign in to comment.