Skip to content

Commit

Permalink
fix: add default field to exports in package.json for better compatib…
Browse files Browse the repository at this point in the history
…ility (#400)
  • Loading branch information
Thiry1 authored Jul 17, 2024
1 parent bc08831 commit 4dc05af
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 @@ -18,7 +18,8 @@
"module": "./dist/redux-actions.js",
"exports": {
".": {
"import": "./dist/redux-actions.js"
"import": "./dist/redux-actions.js",
"default": "./dist/redux-actions.js"
}
},
"keywords": [
Expand Down

0 comments on commit 4dc05af

Please sign in to comment.