blob: 4235888c55b2b854c811aaa586d6c8fc7de54bc2 [file] [log] [blame]
/**
* Export cheerio (with )
*/
exports = module.exports = require('./lib/cheerio');
/*
Export the version
*/
exports.version = require('./package.json').version;