Skip to content

Commit

Permalink
add "module" key to conditional exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jiftechnify authored and penpenpng committed Sep 4, 2023
1 parent 8bed0dc commit 8dd91c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"types": "./types/src/index.d.ts",
"exports": {
".": {
"module": "./dist/index.es.js",
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./types/src/index.d.ts"
Expand Down

0 comments on commit 8dd91c5

Please sign in to comment.