@antora/file-publisher
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "@antora/file-publisher", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Publishes the publishable files in the virtual file catalog(s) to the destination(s) specified in the playbook.", | ||
@@ -48,5 +48,5 @@ "license": "MPL-2.0", | ||
"test": "_mocha", | ||
"prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js", | ||
"postpublish": "node $npm_config_local_prefix/npm/postpublish.js" | ||
"prepublishOnly": "npx -y downdoc --prepublish", | ||
"postpublish": "npx -y downdoc --postpublish" | ||
} | ||
} |
10755