mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
package.json: updated with the correct parser dependency common.js: changed the parser path server.js: also changed the parser path
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
/**
|
|
* Exposes the client parser to avoid code repetition.
|
|
*/
|
|
|
|
module.exports = require('engine.io-parser/lib/index');
|