mirror of https://github.com/jkjoy/sunpeiwen.git
12 lines
170 B
JavaScript
12 lines
170 B
JavaScript
|
/**
|
||
|
* Export cheerio (with )
|
||
|
*/
|
||
|
|
||
|
exports = module.exports = require('./lib/cheerio');
|
||
|
|
||
|
/*
|
||
|
Export the version
|
||
|
*/
|
||
|
|
||
|
exports.version = require('./package.json').version;
|