Skip to content

Commit

Permalink
fix: expose options subpath (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Aug 1, 2022
1 parent a654327 commit b44c32e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"require": "./dist/esbuild.js",
"import": "./dist/esbuild.mjs"
},
"./types": {
"require": "./dist/types.js",
"import": "./dist/types.mjs"
"./options": {
"require": "./dist/options.js",
"import": "./dist/options.mjs"
},
"./runtime": {
"require": "./dist/runtime.js",
Expand Down

0 comments on commit b44c32e

Please sign in to comment.