Skip to content

Commit

Permalink
package.json: declare side-effects free
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 12, 2023
1 parent eed4899 commit a84f03e
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 @@ -11,6 +11,7 @@
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc",
"build:release": "rollup -c rollup.config.js",
Expand Down

0 comments on commit a84f03e

Please sign in to comment.