summaryrefslogtreecommitdiffstats
path: root/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js4
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/'),
};
+