Skip to content

Commit

Permalink
[meta] add sideEffects flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 8, 2024
1 parent 4d9dd14 commit c88a25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.0.2",
"description": "Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
"main": "index.js",
"sideEffects": false,
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"version": "auto-changelog && git add CHANGELOG.md",
Expand Down

0 comments on commit c88a25d

Please sign in to comment.