Skip to content

Commit

Permalink
[meta] package.json sideEffects should be boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalina authored and ljharb committed Jan 11, 2024
1 parent 8306926 commit 094bb88
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 @@ -7,7 +7,7 @@
".": "./index.js",
"./package.json": "./package.json"
},
"sideEffects": "false",
"sideEffects": false,
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"version": "auto-changelog && git add CHANGELOG.md",
Expand Down

0 comments on commit 094bb88

Please sign in to comment.