Skip to content

Commit

Permalink
Merge pull request #2 from kapouer/patch-1
Browse files Browse the repository at this point in the history
Export browser file for module resolution
  • Loading branch information
demarketed authored Nov 22, 2024
2 parents f43c629 + dcf4199 commit 8e4d777
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
"files": [
"dist"
],
"browser": "./dist/view-transitions-polyfill.js"
"browser": "./dist/view-transitions-polyfill.js",
"exports": {
".": "./dist/view-transitions-polyfill.js"
}
}

0 comments on commit 8e4d777

Please sign in to comment.