diff options
Diffstat (limited to 'lib/index.js')
-rw-r--r-- | lib/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/index.js b/lib/index.js index 35322fb..26a47d5 100644 --- a/lib/index.js +++ b/lib/index.js @@ -27,6 +27,7 @@ var FORMAT_OPTION = { module.exports = { Book: Book, + LOG_LEVELS: logger.LEVELS, commands: _.flatten([ { |