Browse Source

forgot to export matcher

Kyle P Davis 10 years ago
parent
commit
f57652a0e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/index.js

+ 1 - 0
lib/index.js

@@ -93,6 +93,7 @@ exports.cmdDefaults = {
 exports.aggregate = exports;
 
 //Expose these so that mungedb-aggregate can be extended.
+exports.matcher = require("./matcher/");
 exports.pipeline = require("./pipeline/");
 exports.query = require("./query/");
 exports.errors = require("./errors");