Comparing version 0.0.2-3 to 0.0.2-4
@@ -40,6 +40,6 @@ (function() { | ||
if (json[i][index] !== void 0) line += json[i][index] + ","; | ||
line += '\r\n'; | ||
i = i + 1; | ||
} | ||
} | ||
line += '\r\n'; | ||
} | ||
@@ -46,0 +46,0 @@ line.slice(0, line.Length - 1); |
{ | ||
"name": "jsoncsv", | ||
"description": "A JSON to csv converter for nodeJS", | ||
"version": "0.0.2-3", | ||
"version": "0.0.2-4", | ||
"homepage": "", | ||
@@ -6,0 +6,0 @@ "author": "Kris Windham <krsiwindham@gmail.com>", |
Sorry, the diff of this file is not supported yet
13877