Comparing version 1.4.0 to 1.4.1
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"repository": "git://github.com/mafintosh/mongojs.git", | ||
@@ -54,5 +54,5 @@ "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>", | ||
"coordinates": [ | ||
55.6665837, | ||
12.5799079 | ||
55.66657439999999, | ||
12.5798546 | ||
] | ||
} |
@@ -119,3 +119,3 @@ # mongojs | ||
db.on('ready', function () { | ||
db.on('connect', function () { | ||
console.log('database connected') | ||
@@ -122,0 +122,0 @@ }) |
67094
65
1774