From 38e31a07cf5c051c4436f94b74d238f714f1515a Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Sun, 1 Aug 2021 23:57:21 -0400 Subject: [PATCH] Update package.json and readme for node 12 support --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ffb977..cbbb3f7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocke The module is now available on npm! `npm i whatsapp-web.js` -Please note that Node v14+ is required. +Please note that Node v12+ is required. ## Example usage diff --git a/package.json b/package.json index 4584ca3..e881dde 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "sinon": "^11.1.1" }, "engines": { - "node": ">=14.0.0" + "node": ">=12.0.0" } }