Comparing version 2.0.0 to 2.1.0
@@ -67,2 +67,7 @@ /** | ||
if (store instanceof EventEmitter) { | ||
['ready', 'connect', 'end'].forEach(function(name) { | ||
store.on(name, function() { | ||
self.emit(name); | ||
}); | ||
}); | ||
store.on('error', function(error) { | ||
@@ -69,0 +74,0 @@ self.emit('error', error); |
{ | ||
"name": "cachetree", | ||
"description": "A scoped, fluent API for easily interacting with hierarchical, key-value data", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": "David Wood <bitprobe@gmail.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
146160
1452