@antora/document-converter
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "@antora/document-converter", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Converts AsciiDoc documents to embeddable HTML for use in an Antora documentation pipeline.", | ||
@@ -19,7 +19,4 @@ "license": "MPL-2.0", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "_mocha" | ||
}, | ||
"dependencies": { | ||
"@antora/asciidoc-loader": "3.0.1" | ||
"@antora/asciidoc-loader": "3.0.2" | ||
}, | ||
@@ -42,3 +39,7 @@ "engines": { | ||
], | ||
"gitHead": "e8e6f6ba33b1ab3f796907b5a256893a64844cd1" | ||
"scripts": { | ||
"test": "_mocha", | ||
"prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js", | ||
"postpublish": "node $npm_config_local_prefix/npm/postpublish.js" | ||
} | ||
} |
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
8066
5
+ Added@antora/asciidoc-loader@3.0.2(transitive)
+ Added@antora/logger@3.0.2(transitive)
- Removed@antora/asciidoc-loader@3.0.1(transitive)
- Removed@antora/logger@3.0.1(transitive)