Skip to content

Commit

Permalink
fix: add require to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nyet-ty committed Feb 6, 2024
1 parent 9eaec65 commit f673972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js"
"import": "./lib/index.js",
"require": "./lib/index.js"
},
"./harmony": {
"import": "./lib/harmony/index.js"
Expand Down

0 comments on commit f673972

Please sign in to comment.