Skip to content

Commit

Permalink
Add explicit export for builder
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 19, 2024
1 parent 70d7535 commit 56fff62
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 @@ -2,6 +2,9 @@
"name": "@turbowarp/extensions",
"version": "0.0.1",
"description": "Unsandboxed extensions for TurboWarp",
"exports": {
"./builder": "./development/builder.js"
},
"scripts": {
"start": "node development/server.js",
"dev": "node development/server.js",
Expand Down

0 comments on commit 56fff62

Please sign in to comment.