Skip to content

Commit

Permalink
Merge pull request #30 from ef4/explicit-esm-runtime
Browse files Browse the repository at this point in the history
Offer an explicit import path for esm vs cjs runtime
  • Loading branch information
ef4 committed Sep 17, 2024
2 parents 3b9ecd3 + 8785fa7 commit ced8ef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"import": "./dist/runtime.js",
"require": "./dist/runtime.cjs"
},
"./runtime-esm": "./dist/runtime.js",
"./runtime-cjs": "./dist/runtime.cjs",
"./globals": {
"import": "./dist/globals.js",
"require": "./dist/globals.cjs"
Expand Down

0 comments on commit ced8ef6

Please sign in to comment.