added common-tags

This commit is contained in:
Mohammed Ashab Uddin
2020-08-06 14:07:28 +04:00
parent 574b568f94
commit 117e0949d6
2 changed files with 6 additions and 0 deletions

View File

@@ -334,6 +334,11 @@
"delayed-stream": "~1.0.0"
}
},
"common-tags": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz",
"integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw=="
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",

View File

@@ -11,6 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"common-tags": "^1.8.0",
"request": "^2.88.2",
"whatsapp-web.js": "^1.7.0"
},