CommonJS support: set module.exports = Readability

pull/340/head
Gerben 7 years ago
parent cec7d90a14
commit d63576be0f

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

Loading…
Cancel
Save