summaryrefslogtreecommitdiffstats
path: root/lib/parsers/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parsers/index.js')
-rw-r--r--lib/parsers/index.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/parsers/index.js b/lib/parsers/index.js
deleted file mode 100644
index d650386..0000000
--- a/lib/parsers/index.js
+++ /dev/null
@@ -1,11 +0,0 @@
-
-var PARSERS = {
- html: require('./html'),
- markdown: require('./markdown'),
- asciidoc: require('./asciidoc')
-};
-
-
-module.exports = {
-
-};