Skip to content

Commit 20a987f

Browse files
committed
0.0.5
1 parent f83f51c commit 20a987f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ var objectStartingRow3 = function (resultp) {
140140
var cleaned = cleanJson(currentValue.trim());
141141
return previousValue + cleaned;
142142
}, '');
143-
console.log('jsonString', jsonString);
143+
//console.log('jsonString', jsonString);
144144
resultp.object = JSON.parse(jsonString);
145145

146146
} catch (e) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-cli-js",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "A node.js wrapper for the mongo CLI",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)