Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Oct 7, 2020
2 parents 078513b + 230163a commit b8cb057
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Now download and run the latest code from github by:
```
git clone https://github.com/vasani-arpit/WBOT.git
cd WBOT
npm install
node src/index.js
```

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wbot",
"version": "0.14.0",
"version": "0.14.3",
"description": "A simple whatsapp reply bot using puppeteer.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"cli-progress": "^2.1.1",
"mel-spintax": "^1.0.4",
"mime": "^2.4.4",
"node-fetch": "^2.3.0",
"node-fetch": "^2.6.1",
"ora": "^3.0.0",
"puppeteer-core": "^1.16.0",
"qrcode-terminal": "^0.12.0",
Expand Down

0 comments on commit b8cb057

Please sign in to comment.