summaryrefslogtreecommitdiffstats
path: root/lib/index.js
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@friendco.de>2014-03-30 22:52:27 -0700
committerAaron O'Mullan <aaron.omullan@friendco.de>2014-03-30 22:52:27 -0700
commit5e183f24de46697a291d952be77b5326d5f2651d (patch)
tree561b6c5956de8f67f2c9d14eabb21ada95224682 /lib/index.js
parent2c36a219380c923996ddef505567b2fc2fea32f7 (diff)
downloadgitbook-5e183f24de46697a291d952be77b5326d5f2651d.zip
gitbook-5e183f24de46697a291d952be77b5326d5f2651d.tar.gz
gitbook-5e183f24de46697a291d952be77b5326d5f2651d.tar.bz2
Expose page module in index.js
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index 8fbc605..2caf6a4 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,3 +1,4 @@
module.exports = {
- summary: require('./summary')
+ summary: require('./summary'),
+ page: require('./page'),
};