mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
Add libxmljs2 to the list of dependencies allowed to run build scripts, explicitly deny the other dependencies.
This commit is contained in:
parent
5637764fdc
commit
1db9e0242f
1 changed files with 6 additions and 1 deletions
|
@ -107,7 +107,12 @@
|
||||||
"glob-parent@<5.1.2": ">=5.1.2"
|
"glob-parent@<5.1.2": ">=5.1.2"
|
||||||
},
|
},
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
"esbuild"
|
"esbuild",
|
||||||
|
"libxmljs2"
|
||||||
|
],
|
||||||
|
"ignoredBuiltDependencies": [
|
||||||
|
"@parcel/watcher",
|
||||||
|
"core-js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue