diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 01:50:21 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 01:50:21 -0700 |
commit | 0af1886358e79b5e9f84fcdeb7017edbc185d3c7 (patch) | |
tree | 514da2c9e10154468d674dd35d30ee76b1bad08f /lib/index.js | |
parent | d18da55a184ef514cb996e731830cd0749ccdfe9 (diff) | |
download | gitbook-0af1886358e79b5e9f84fcdeb7017edbc185d3c7.zip gitbook-0af1886358e79b5e9f84fcdeb7017edbc185d3c7.tar.gz gitbook-0af1886358e79b5e9f84fcdeb7017edbc185d3c7.tar.bz2 |
Move summary & page parsing code to lib/parse/
Diffstat (limited to 'lib/index.js')
-rw-r--r-- | lib/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/index.js b/lib/index.js index 2caf6a4..8278529 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,4 +1,4 @@ module.exports = { - summary: require('./summary'), - page: require('./page'), + parse: require('./parse/'), }; + |