mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-08-14 14:39:48 +00:00
Allow post-install scripts from our dependencies (#1164)
https://github.blog/changelog/2026-06-09-upcoming-breaking-changes-for-npm-v12/
This commit is contained in:
@@ -40,5 +40,10 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=24.0.0"
|
||||
},
|
||||
"allowScripts": {
|
||||
"@matrix-org/matrix-sdk-crypto-nodejs": true,
|
||||
"better-sqlite3": true,
|
||||
"unrs-resolver": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user