antora 3.2.0-alpha.1 → 3.2.0-alpha.2
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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ antora -v
|
|
|
26
26
|
|
|
27
27
|
Alternately, to install Antora within your project (i.e., locally), use:
|
|
28
28
|
|
|
29
|
-
```
|
|
29
|
+
```sh
|
|
30
30
|
npm i antora
|
|
31
31
|
```
|
|
32
32
|
|
|
@@ -63,4 +63,4 @@ The `antora` command will output the generated site to the *build/site* folder b
|
|
|
63
63
|
|
|
64
64
|
Copyright (C) 2017-present [OpenDevise Inc.](https://opendevise.com) and the [Antora Project](https://antora.org).
|
|
65
65
|
|
|
66
|
-
Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
|
|
66
|
+
Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antora",
|
|
3
|
-
"version": "3.2.0-alpha.
|
|
3
|
+
"version": "3.2.0-alpha.2",
|
|
4
4
|
"description": "A meta package for Antora that installs both the CLI and site generator.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"antora": "bin/antora"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@antora/cli": "3.2.0-alpha.
|
|
21
|
-
"@antora/site-generator": "3.2.0-alpha.
|
|
20
|
+
"@antora/cli": "3.2.0-alpha.2",
|
|
21
|
+
"@antora/site-generator": "3.2.0-alpha.2"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=16.0.0"
|