Skip to content

Commit df80398

Browse files
committed
Set side effect free
1 parent 744b87e commit df80398

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/three-jars-shake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-use-intercom': patch
3+
---
4+
5+
Set sideEffects to false in package.json

packages/react-use-intercom/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"license": "MIT",
99
"main": "dist/index.js",
1010
"types": "dist/index.d.ts",
11+
"sideEffects": false,
1112
"repository": {
1213
"type": "git",
1314
"url": "https://github.com/devrnt/react-use-intercom"

0 commit comments

Comments
 (0)