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

Allow `td` nodes with `useFirstRowForHeadings` #46

Closed piranna closed 4 years ago

piranna commented 4 years ago

First row don't need to use canonical th nodes to mark headers. Found at https://wiki.ubuntu.com/Releases

piranna commented 4 years ago

Fixed, It has a typo. I've also updated eslint dependencies.

maugenst commented 4 years ago

Please also update the package-lock.json here...

piranna commented 4 years ago

Please also update the package-lock.json here...

Done :-)

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 62


Totals Coverage Status
Change from base Build 54: 0.03%
Covered Lines: 98
Relevant Lines: 98

💛 - Coveralls
piranna commented 4 years ago

Thanks! :-D