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
1818node_modules
1919node /
2020package-lock.json
21- package.json
21+ # package.json
2222build /
2323.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 3939 <option >--stacktrace</option >
4040 <option >--fetch</option >
4141 </options >
42- <packages >
42+ <!-- < packages>
4343 <package>@antora/atlas-extension@1.0.0-alpha.2</package>
4444 <package>@antora/collector-extension@1.0.0-beta.1</package>
4545 <package>@asciidoctor/tabs@1.0.0-beta.6</package>
4646 <package>@springio/antora-extensions@1.14.2</package>
4747 <package>@springio/asciidoctor-extensions@1.0.0-alpha.12</package>
4848 <package>@djencks/asciidoctor-mathjax@0.0.9</package>
49- </packages >
49+ </packages> -->
5050 </configuration >
5151 </plugin >
5252 </plugins >
You can’t perform that action at this time.
0 commit comments