diff options
Diffstat (limited to 'packages/gitbook-asciidoc/lib/index.js')
-rwxr-xr-x | packages/gitbook-asciidoc/lib/index.js | 5 |
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); |