Skip to content

Commit

Permalink
Added MongoDB backend export
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamy Timmermans authored and Jamy Timmermans committed Dec 21, 2012
1 parent 085a0ca commit 3de8e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = require("./lib/acl.js");
module.exports.redisBackend = require("./lib/redis-backend.js");
module.exports.memoryBackend = require("./lib/memory-backend.js");
module.exports.mongodbBackend = require("./lib/mongodb-backend.js");

0 comments on commit 3de8e1c

Please sign in to comment.