convert-json
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -22,3 +22,3 @@ var fs = require('fs'); | ||
_CV_json = function(config, callback) { | ||
var exten = this._getExtension(config.input); | ||
var exten = this._getExtension(config.input).toLowerCase(); | ||
switch(exten) { | ||
@@ -25,0 +25,0 @@ case 'csv': |
{ | ||
"name": "convert-json", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "auto detect file type and convert it to json format", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
195029