mongo-cache
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,2 +1,5 @@ | ||
**1.0.3** (2015-01-07) | ||
- bug fix: was overriding ttl 0 to be 60 | ||
**1.0.2** (2014-05-11) | ||
@@ -3,0 +6,0 @@ |
{ | ||
"name": "mongo-cache", | ||
"description": "Simple MongoDB Cache for nodejs", | ||
"version": "1.0.2", | ||
"author": "Bryant Williams <b.n.williams@gmail.com>", | ||
@@ -20,3 +19,4 @@ "repository": { | ||
}, | ||
"main": "./lib/index" | ||
"main": "./lib/index", | ||
"version": "1.0.3" | ||
} |
Sorry, the diff of this file is not supported yet
4412