Skip to content

Commit

Permalink
fix: mark index as sideeffect as it contains sidecar defintion
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Feb 28, 2024
1 parent ab40078 commit aa9dc11
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 @@ -7,7 +7,8 @@
"module": "dist/es2015/index.js",
"types": "react-focus-lock.d.ts",
"sideEffects": [
"**/sidecar.js"
"**/sidecar.js",
"**/index.js"
],
"scripts": {
"build:cjs": "NODE_ENV=cjs babel src -d dist/cjs",
Expand Down

0 comments on commit aa9dc11

Please sign in to comment.