Skip to content

Commit 83f6640

Browse files
committed
build: mark sideEffects false
1 parent 1411b74 commit 83f6640

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0",
44
"description": "Lightweight keyed mutex for JS/TS — per-key async locks (shared & exclusive) to coordinate concurrent readers and writers.",
55
"type": "module",
6+
"sideEffects": false,
67
"main": "./build/index.js",
78
"exports": {
89
".": {

0 commit comments

Comments
 (0)