Skip to content

Commit

Permalink
feat(package): export runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Nov 2, 2023
1 parent 1fca3e7 commit dc73816
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"import": "./dist/module.mjs",
"require": "./dist/module.cjs",
"types": "./dist/types.d.ts"
},
"./runtime/*": {
"import": "./dist/runtime/*.mjs",
"types": "./dist/runtime/*.d.ts"
}
},
"main": "./dist/module.cjs",
Expand Down

0 comments on commit dc73816

Please sign in to comment.