diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-30 21:30:33 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-30 21:30:33 -0700 |
commit | 39a80421fc2bffe255cbfa06aea4d74876fb50b6 (patch) | |
tree | d3a4c5748cff888e33c99288323c8d48968f7330 /lib/index.js | |
parent | 1d28ab441a9f64357804ca7f983cbe884239e6a3 (diff) | |
download | gitbook-39a80421fc2bffe255cbfa06aea4d74876fb50b6.zip gitbook-39a80421fc2bffe255cbfa06aea4d74876fb50b6.tar.gz gitbook-39a80421fc2bffe255cbfa06aea4d74876fb50b6.tar.bz2 |
Add summary parsing
Diffstat (limited to 'lib/index.js')
-rw-r--r-- | lib/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/index.js b/lib/index.js new file mode 100644 index 0000000..8fbc605 --- /dev/null +++ b/lib/index.js @@ -0,0 +1,3 @@ +module.exports = { + summary: require('./summary') +}; |