Skip to content

Commit f3be043

Browse files
chore: explicitly marking package as side effectful
1 parent f373431 commit f3be043

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,6 @@
9494
],
9595
"simple-git-hooks": {
9696
"commit-msg": "npx commitlint --edit $1"
97-
}
97+
},
98+
"sideEffects": true
9899
}

0 commit comments

Comments
 (0)