Skip to content

Commit

Permalink
Merge pull request #564 from thebuilder/fix/use-default-over-import
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder authored Jun 15, 2022
2 parents 8b873cd + 24be995 commit e59d9c2
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 @@ -8,8 +8,8 @@
"exports": {
"./test-utils": "./test-utils.js",
".": {
"import": "./react-intersection-observer.modern.mjs",
"require": "./react-intersection-observer.js"
"require": "./react-intersection-observer.js",
"default": "./react-intersection-observer.modern.mjs"
}
},
"unpkg": "./dist/react-intersection-observer.umd.js",
Expand Down

1 comment on commit e59d9c2

@vercel
Copy link

@vercel vercel bot commented on e59d9c2 Jun 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.