Skip to content

Commit

Permalink
fix: support older module resolutions
Browse files Browse the repository at this point in the history
fix #480
  • Loading branch information
RebeccaStevens committed Jun 3, 2024
1 parent 53649e3 commit 063675e
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 @@ -41,6 +41,8 @@
"import": "./dist/node/index.mjs",
"require": "./dist/node/index.cjs"
},
"main": "./dist/node/index.cjs",
"types": "./dist/node/index.d.cts",
"files": [
"dist/node/",
"package.json",
Expand Down

0 comments on commit 063675e

Please sign in to comment.