Merge branch 'commonjs' of https://github.com/Treora/readability into Treora-commonjs

pull/342/head
Gijs Kruitbosch 7 years ago
commit f1797fcf7e

@ -1935,3 +1935,7 @@ Readability.prototype = {
};
}
};
if (typeof module === 'object') {
module.exports = Readability;
}

Loading…
Cancel
Save