Website/node_modules/cheerio/index.js
2015-12-03 19:57:30 -05:00

12 lines
165 B
JavaScript

/**
* Export cheerio (with )
*/
exports = module.exports = require('./lib/cheerio');
/*
Export the version
*/
exports.version = require('./package').version;