Skip to content

Commit

Permalink
fix(package): expose extensionkit entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Nov 20, 2024
1 parent 93aa061 commit 62a5d0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"./generator": {
"default": "./build/entrypoints/generator.js"
},
"./extensionkit": {
"default": "./build/entrypoints/extensionkit.js"
},
"./extensions/upload": {
"default": "./build/entrypoints/extensions/upload/runtime.js"
},
Expand Down

0 comments on commit 62a5d0d

Please sign in to comment.