summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-asciidoc/lib/index.js')
-rwxr-xr-xpackages/gitbook-asciidoc/lib/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/gitbook-asciidoc/lib/index.js b/packages/gitbook-asciidoc/lib/index.js
deleted file mode 100755
index 9b21700..0000000
--- a/packages/gitbook-asciidoc/lib/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var HTMLParser = require('gitbook-html');
-var toHTML = require('./toHTML');
-var toAsciidoc = require('./toAsciidoc');
-
-module.exports = HTMLParser.createParser(toHTML, toAsciidoc);