Comparing version 1.6.0 to 1.6.1
@@ -35,3 +35,2 @@ | ||
Fireproof.stats._record = function(name, path) { | ||
console.log('heard', name, 'from', path); | ||
Fireproof.stats.events[name].push({ path: path, time: Date.now() }); | ||
@@ -38,0 +37,0 @@ }; |
{ | ||
"name": "fireproof", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Promises for Firebase objects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
51717
1444