1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-09-10 15:51:57 +03:00

Specify node version

This commit is contained in:
Michael Telatynski
2024-07-09 13:21:45 +01:00
committed by GitHub
parent cf8b87fd14
commit a4f82bb2dc

View File

@@ -23,6 +23,9 @@
"package.json",
".stylelintrc.js"
],
"engines": {
"node": ">=20.0.0"
},
"main": "./src/index.ts",
"matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts",