diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:00:22 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:00:22 -0700 |
commit | 1f3f06284193fa6da12629966e0438f5a1f75bf6 (patch) | |
tree | 89d128bd5c06e12f7ce9e3c999021cc94adc98ad /lib/index.js | |
parent | 0af1886358e79b5e9f84fcdeb7017edbc185d3c7 (diff) | |
download | gitbook-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.js | 1 |
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/') }; |