Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 2ef3c69

Browse files
committed
perf: mark package as side-effect-free
1 parent 2351154 commit 2ef3c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"yarn": "rm -rf yarn.lock node_modules/ && yarn",
6262
"semantic-release": "semantic-release"
6363
},
64+
"sideEffects": false,
6465
"husky": {
6566
"hooks": {
6667
"pre-commit": "yarn clean && yarn run check && yarn test:postinstall"

0 commit comments

Comments
 (0)