summaryrefslogtreecommitdiffstats
path: root/lib/index.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-03-31 12:00:22 -0700
committerSamy Pessé <samypesse@gmail.com>2014-03-31 12:00:22 -0700
commit1f3f06284193fa6da12629966e0438f5a1f75bf6 (patch)
tree89d128bd5c06e12f7ce9e3c999021cc94adc98ad /lib/index.js
parent0af1886358e79b5e9f84fcdeb7017edbc185d3c7 (diff)
downloadgitbook-1f3f06284193fa6da12629966e0438f5a1f75bf6.zip
gitbook-1f3f06284193fa6da12629966e0438f5a1f75bf6.tar.gz
gitbook-1f3f06284193fa6da12629966e0438f5a1f75bf6.tar.bz2
Add base for generation
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 8278529..ba240ce 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,4 +1,5 @@
module.exports = {
parse: require('./parse/'),
+ generate: require('./generate/')
};