From bfcff8ca35521ede87f46b830ad53bcf9cb97859 Mon Sep 17 00:00:00 2001 From: rawee Date: Thu, 1 Dec 2022 22:27:05 +0530 Subject: [PATCH] Node-Red Version Updated --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 31226b7..00162f4 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "author": "Ravi Mishra", "license": "ISC", "node-red": { + "version": ">=2.0", "nodes": { "whatsapp admin": "whatsappAdmin.js", "whatsapp in": "whatsapp-in.js", @@ -30,5 +31,8 @@ "dependencies": { "qrcode": "^1.5.1", "whatsapp-web.js": "^1.18.4" + }, + "engines": { + "node" : ">=8.0.0" } }