zemirco / json2csv

Convert json to csv with column titles
http://zemirco.github.io/json2csv
MIT License
2.72k stars 363 forks source link

invalid version in published tarball #172

Closed cdaringe closed 7 years ago

cdaringe commented 7 years ago

problem statement

tarball@3.7.3 has version 3.7.4 in the version field.

this creates some issues with dep management. not sure if one of the devs did a manual push?

discussion

can we bump a version to get us to 3.7.5?

knownasilya commented 7 years ago

Published multiple versions after, please update to the latest.

saclarky commented 6 years ago

Hi - I'm not sure what this means I just searched the issues because I can't find 3.7.4 in npm package manager. Am I supposed to be using 3.7.3 then? I have a shrinkwrapped package.json file calling for 3.7.4 and npm install is now failing. Thanks for any help!

juanjoDiaz commented 6 years ago

Hi @saclarky,

As it was commented before, I'd suggest that you update your dependency. Version 4.X has plenty of benefits and it's a pretty minimal change to migrate (https://github.com/zemirco/json2csv#migrating-from-3x-to-4x)