Skip to content

Commit

Permalink
Merge branch 'main' of github.com:webtide/jetty.website into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll committed May 21, 2024
2 parents 7cd437e + e5565e4 commit d39a690
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ content:
- url: .
branches: HEAD
start_paths: [home, docs-home, contribution-guide]
- url: https://github.com/opendevise/jetty.project
branches: jetty-{12,11,10}.0.x-for-antora
- url: https://github.com/jetty/jetty.project
branches: jetty-{12,11,10}.0.x
start_path: documentation/jetty
asciidoc:
attributes:
Expand Down
3 changes: 3 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict'

// This placeholder script allows this package to be discovered using require.resolve.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"asciidoctor-kroki": "latest",
"@octokit/rest": "~20.0"
},
"main": "./lib/index.js",
"exports": {
"./jetty-block": "./lib/jetty-block.js"
},
"overrides": {
"vinyl-fs": {
"glob-stream": "~7.0"
Expand Down

0 comments on commit d39a690

Please sign in to comment.