Skip to content

Commit

Permalink
add export for jetty-block extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed May 20, 2024
1 parent a89d847 commit 743a578
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"asciidoctor-kroki": "latest",
"@octokit/rest": "~20.0"
},
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./jetty-block": "./lib/jetty-block.js"
},
"overrides": {
"vinyl-fs": {
"glob-stream": "~7.0"
Expand Down

0 comments on commit 743a578

Please sign in to comment.