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 30, 2018
1 parent 3929a48 commit 6a7b21d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 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": "woodland",
"version": "7.3.9",
"version": "7.3.10",
"description": "Lightweight HTTP/HTTP2 router with automatic `Allow` & `CORS` headers",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "http://avoidwork.github.io/woodland/",
"dependencies": {
"tiny-coerce": "^1.1.1",
"tiny-lru": "^3.0.4"
"tiny-lru": "^3.0.5"
},
"devDependencies": {
"grunt": "^1.0.3",
Expand Down

0 comments on commit 6a7b21d

Please sign in to comment.