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:
Gnuxie
2026-07-18 11:53:21 +00:00
committed by GitHub
parent e876c0da9e
commit 169ffae1c4
+5
View File
@@ -40,5 +40,10 @@
},
"engines": {
"node": ">=24.0.0"
},
"allowScripts": {
"@matrix-org/matrix-sdk-crypto-nodejs": true,
"better-sqlite3": true,
"unrs-resolver": true
}
}