diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-28 19:39:41 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-28 19:39:41 +0100 |
commit | 898000a5800d4f319f06937e4a6a2785b694d3b2 (patch) | |
tree | fe221fc83411c4f2507a42a7edd7450754190166 /lib/index.js | |
parent | f95beed58bf1d7aa7bedff774ee054d1e35f0fc0 (diff) | |
download | gitbook-898000a5800d4f319f06937e4a6a2785b694d3b2.zip gitbook-898000a5800d4f319f06937e4a6a2785b694d3b2.tar.gz gitbook-898000a5800d4f319f06937e4a6a2785b694d3b2.tar.bz2 |
Fix resources loading in plugins
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([ { |