source: Dev/trunk/src/node_modules/express/index.js @ 509

Last change on this file since 509 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 104 bytes
Line 
1
2module.exports = process.env.EXPRESS_COV
3  ? require('./lib-cov/express')
4  : require('./lib/express');
Note: See TracBrowser for help on using the repository browser.