From 0d934da326c6bb0f8c10f7763f8a3e548742e2b9 Mon Sep 17 00:00:00 2001 From: Estelle Comment Date: Thu, 24 Aug 2023 10:05:00 +0200 Subject: [PATCH] Remove engines warning --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cffd41f7bf..44908a6e5c 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,9 @@ "relativePaths": true }, "engines": { - "comment-2022-11-07": "matrix-js-sdk requires >=16.0.0. SSL librairies do not work with 18 and 19. 17 has incompatibilities with some deps.", "node": "^16" + }, + "engines-comment": { + "2022-11-07": "matrix-js-sdk requires >=16.0.0. SSL librairies do not work with 18 and 19. 17 has incompatibilities with some deps." } }