gitbook-asciidoc
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,5 +0,5 @@ | ||
var htmlParser = require('gitbook-html'); | ||
var HTMLParser = require('gitbook-html'); | ||
var toHTML = require('./tohtml'); | ||
var toAsciidoc = require('./toasciidoc'); | ||
module.exports = htmlParser.createParser(toHTML, toAsciidoc); | ||
module.exports = HTMLParser.createParser(toHTML, toAsciidoc); |
{ | ||
"name": "gitbook-asciidoc", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://www.gitbook.com", | ||
@@ -5,0 +5,0 @@ "description": "Parse AsciiDoc content for gitbook", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10103
201