Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeiroguilherme authored Oct 24, 2024
1 parent ae75bea commit 863a7fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"homepage": "https://docs.adyen.com/checkout",
"type": "module",
"sideEffects": [
"*.css"
"*.css",
"./auto/auto.js",
"./auto/auto.cjs"
],
"main": "dist/cjs/index.cjs",
"module": "dist/es-legacy/index.js",
Expand Down

0 comments on commit 863a7fc

Please sign in to comment.