1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 12:55:55 +00:00

Add libxmljs2 to the list of dependencies allowed to run build scripts, explicitly deny the other dependencies.

This commit is contained in:
SirStendec 2025-06-17 14:40:54 -04:00
parent 5637764fdc
commit 1db9e0242f

View file

@ -107,7 +107,12 @@
"glob-parent@<5.1.2": ">=5.1.2"
},
"onlyBuiltDependencies": [
"esbuild"
"esbuild",
"libxmljs2"
],
"ignoredBuiltDependencies": [
"@parcel/watcher",
"core-js"
]
}
}