Skip to content

Commit

Permalink
🔧 Set sideEffects to false
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jan 22, 2024
1 parent e07a626 commit ffe0f32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-rabbits-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"usehooks-ts": patch
---

Set sideEffects to false in package.json
1 change: 1 addition & 0 deletions packages/usehooks-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"import": "./dist/esm/index.js"
}
},
"sideEffects": false,
"scripts": {
"dev": "pnpm test:watch",
"build": "pnpm build:cjs && pnpm build:esm",
Expand Down

0 comments on commit ffe0f32

Please sign in to comment.