vite/patches/acorn@8.14.0.patch
renovate[bot] 2ec12df98d
fix(deps): update all non-major dependencies (#18484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
2024-10-28 17:06:33 +08:00

13 lines
275 B
Diff

diff --git a/package.json b/package.json
index 795cf83eff64d757a9c9d5283230f20a3964c06f..4fb82701406e05017adbd9de5b497cfee0be7eef 100644
--- a/package.json
+++ b/package.json
@@ -46,5 +46,6 @@
},
"bin": {
"acorn": "bin/acorn"
- }
+ },
+ "sideEffects": false
}