Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomheymann committed Feb 1, 2016
1 parent dce7388 commit c156b2a
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,7 +1,7 @@
{
"name": "stale-lru-cache",
"description": "In-memory cache for node.js with support for max-age and stale-while-revalidate Cache-Control headers",
"version": "4.2.1",
"version": "5.0.0",
"author": {
"name": "Thomas Heymann",
"email": "thom@totheskies.net"
Expand Down Expand Up @@ -30,6 +30,6 @@
"weak": "^1.0.1"
},
"engines": {
"node" : ">=0.12.6"
"node": ">=0.12.6"
}
}

0 comments on commit c156b2a

Please sign in to comment.