@antora/site-generator-default 3.2.0-alpha.1 → 3.2.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Antora Default Site Generator
2
2
 
3
3
  This is the site generator for Antora.
4
- This generator is invoked by the `generate` command of Antora's CLI to produce and publish static documentation sites.
4
+ This generator is invoked by the `generate` command of Antoras CLI to produce and publish static documentation sites.
5
5
 
6
6
  **This package is an alias for the `@antora/site-generator` package.**
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antora/site-generator-default",
3
- "version": "3.2.0-alpha.1",
3
+ "version": "3.2.0-alpha.3",
4
4
  "description": "An alias for the @antora/site-generator package.",
5
5
  "license": "MPL-2.0",
6
6
  "author": "OpenDevise Inc. (https://opendevise.com)",
@@ -18,7 +18,7 @@
18
18
  ".": "./lib/index.js"
19
19
  },
20
20
  "dependencies": {
21
- "@antora/site-generator": "3.2.0-alpha.1"
21
+ "@antora/site-generator": "3.2.0-alpha.3"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=16.0.0"
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "scripts": {
39
39
  "test": "_mocha",
40
- "prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js",
41
- "postpublish": "node $npm_config_local_prefix/npm/postpublish.js"
40
+ "prepublishOnly": "npx -y downdoc@latest --prepublish",
41
+ "postpublish": "npx -y downdoc@latest --postpublish"
42
42
  }
43
43
  }