Strip one level of indirection from functions module exports

This commit is contained in:
Martin von Gagern
2015-09-10 09:22:24 +02:00
parent 8accf0f18a
commit 5539226f4b
2 changed files with 7 additions and 9 deletions

View File

@@ -624,6 +624,4 @@ for (var f in functions) {
}
}
module.exports = {
funcs: functions
};
module.exports = functions;