vite/patches/acorn@8.12.1.patch
renovate[bot] 93281b0e09
fix(deps): update all non-major dependencies (#17629)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-07-16 14:06:54 +02:00

13 lines
275 B
Diff

diff --git a/package.json b/package.json
index 355692a301ea5ddaf8541825b22046a31505d139..35acec04252f1063cff56a334565c946e992327c 100644
--- a/package.json
+++ b/package.json
@@ -46,5 +46,6 @@
},
"bin": {
"acorn": "bin/acorn"
- }
+ },
+ "sideEffects": false
}