mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
11 lines
170 B
JavaScript
11 lines
170 B
JavaScript
/**
|
|
* Export cheerio (with )
|
|
*/
|
|
|
|
exports = module.exports = require('./lib/cheerio');
|
|
|
|
/*
|
|
Export the version
|
|
*/
|
|
|
|
exports.version = require('./package.json').version;
|