summaryrefslogtreecommitdiffstats
path: root/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/index.js b/lib/index.js
index 13a572d..59346f2 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,4 +1,5 @@
var Book = require('./book');
+var Output = require('./output');
module.exports = {
Book: Book