maugenst / tabletojson

An npm module for node.js to convert HTML tables to JSON objects
https://www.npmjs.com/package/tabletojson
MIT License
138 stars 38 forks source link

fix: ReferenceError: convert is not defined #8

Closed twjacobsen closed 8 years ago

twjacobsen commented 8 years ago

After the re-structure in latest release, convertUrl no longer works, because convert is not globally available. This is just a quick-and-dirty fix, I'm no node-module-expert so there may be better ways of doing this.

iaincollins commented 8 years ago

Ugh, I'm an idiot - thank you for the fix.