Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-10-16 13:34:48 +01:00
parent c05c429803
commit 308e367f82
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -3,6 +3,9 @@
"version": "1.11.81", "version": "1.11.81",
"description": "A feature-rich client for Matrix.org", "description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.", "author": "New Vector Ltd.",
"engines": {
"node": ">=20.0.0"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/element-hq/element-web" "url": "https://github.com/element-hq/element-web"
@ -310,8 +313,5 @@
"outputDirectory": "coverage", "outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml", "outputName": "jest-sonar-report.xml",
"relativePaths": true "relativePaths": true
},
"engines": {
"node": ">=20.0.0"
} }
} }