Skip to content

Commit

Permalink
fix: issues with esm module (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
FC5570 authored Apr 21, 2022
1 parent 0f71526 commit 402c1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"module": "dist/react-if.esm.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/react-if.esm.js",
"import": "./dist/react-if.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"sideEffects": false,
Expand Down

0 comments on commit 402c1a6

Please sign in to comment.