ageitgey / node-unfluff

Automatically extract body content (and other cool stuff) from an html document
Apache License 2.0
2.15k stars 221 forks source link

[Emergency]Change cheerio version #71

Closed 9j closed 6 years ago

9j commented 7 years ago

This sentence generates errors. (cheerio/index.js) 'exports.version = require('./package').version;' and This sentence should be change to 'exports.version = require('./package,json').version;'

ageitgey commented 6 years ago

Fixed in #80