catbox-mongodb
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ // After starting this example load http://localhost:8080 and hit refresh, you will notice that it loads the response from cache for the first 5 seconds and then reloads the cache | ||
var Catbox = require('../'); | ||
var Catbox = require('catbox'); | ||
var Http = require('http'); | ||
@@ -60,7 +60,6 @@ | ||
var options = { | ||
engine: 'catbox-mongodb', | ||
partition: 'examples' | ||
}; | ||
internals.client = new Catbox.Client(options); | ||
internals.client = new Catbox.Client(require('../'), options); // Replace require('../') with 'catbox-mongodb' in your own code | ||
internals.client.start(callback); | ||
@@ -67,0 +66,0 @@ }; |
{ | ||
"name": "catbox-mongodb", | ||
"description": "MongoDB adapter for catbox", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
40937
1052