Skip to content

Commit

Permalink
fix(export): add exports in to make /native work in Node 16.x ESM mod… (
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored Jun 9, 2024
1 parent 39a94d1 commit 27757c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"types": "dist/web/index.d.ts",
"exports": {
".": {
"types": "./dist/web/index.d.ts",
"require": "dist/react-content-loader.cjs.js",
"types": "./dist/web/index.d.ts",
"import": "dist/react-content-loader.es.js",
"default": "dist/react-content-loader.cjs.js"
},
Expand Down

0 comments on commit 27757c2

Please sign in to comment.