elbart / node-memcache

node.js memcached client
285 stars 64 forks source link

Create index.js #4

Closed TheDeveloper closed 13 years ago

TheDeveloper commented 13 years ago

It would be useful if you could create an index.js file containing something like module.exports = require('./lib/memcache'); so that including the library can be done directly with require("memcache");

I've observed that most other modules do this, so for consistency I think this would be a good idea.

elbart commented 13 years ago

done ;) thx for the hint!