fix compilation errors

This commit is contained in:
Adhiraj Singh
2021-09-25 18:04:26 +05:30
parent 671ea3e097
commit fff2e58997
6 changed files with 46 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@adiwajshing/baileys",
"version": "4.0.0",
"description": "WhatsApp Web API",
"description": "WhatsApp Multi-Device API",
"homepage": "https://github.com/adiwajshing/Baileys",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -13,7 +13,8 @@
"whatsapp",
"whatsapp-chat",
"whatsapp-group",
"automation"
"automation",
"multi-device"
],
"scripts": {
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",