1
restaurant-search/scrape/node_modules/cheerio/index.js
2014-07-08 13:35:52 +09:00

12 lines
165 B
JavaScript

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