File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ src/ant/.ant-targets-upload-dist.xml
18
18
node_modules
19
19
node /
20
20
package-lock.json
21
- package.json
21
+ # package.json
22
22
build /
23
23
.vscode /
Original file line number Diff line number Diff line change
1
+ {
2
+ "dependencies" : {
3
+ "antora" : " 3.2.0-alpha.6" ,
4
+ "@antora/atlas-extension" : " 1.0.0-alpha.2" ,
5
+ "@antora/collector-extension" : " 1.0.0-beta.1" ,
6
+ "@asciidoctor/tabs" : " 1.0.0-beta.6" ,
7
+ "@springio/antora-extensions" : " 1.14.2" ,
8
+ "@springio/asciidoctor-extensions" : " 1.0.0-alpha.12" ,
9
+ "@djencks/asciidoctor-mathjax" : " 0.0.9"
10
+ }
11
+ }
Original file line number Diff line number Diff line change 39
39
<option >--stacktrace</option >
40
40
<option >--fetch</option >
41
41
</options >
42
- <packages >
42
+ <!-- < packages>
43
43
<package>@antora/atlas-extension@1.0.0-alpha.2</package>
44
44
<package>@antora/collector-extension@1.0.0-beta.1</package>
45
45
<package>@asciidoctor/tabs@1.0.0-beta.6</package>
46
46
<package>@springio/antora-extensions@1.14.2</package>
47
47
<package>@springio/asciidoctor-extensions@1.0.0-alpha.12</package>
48
48
<package>@djencks/asciidoctor-mathjax@0.0.9</package>
49
- </packages >
49
+ </packages> -->
50
50
</configuration >
51
51
</plugin >
52
52
</plugins >
You can’t perform that action at this time.
0 commit comments