Update package.json and readme for node 12 support

This commit is contained in:
Pedro Lopez
2021-08-01 23:57:21 -04:00
parent 40cec51956
commit 38e31a07cf
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -48,6 +48,6 @@
"sinon": "^11.1.1"
},
"engines": {
"node": ">=14.0.0"
"node": ">=12.0.0"
}
}