Skip to content

Commit

Permalink
added keywords and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwamegh committed Jan 18, 2021
1 parent a727e3f commit 916f7ed
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,25 @@
"files": [
"dist/*"
],
"keywords": [
"gupshup",
"whatsapp-api",
"messaging-api",
"messaging",
"whatsapp"
],
"devDependencies": {
"@types/node": "^14.14.21",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"mocha": "^8.2.1"
"mocha": "^8.2.1",
"typescript": "^4.1.3"
},
"dependencies": {
"axios": "^0.21.1",
"querystring": "^0.2.0",
"typescript": "^4.1.3"
"querystring": "^0.2.0"
}
}

0 comments on commit 916f7ed

Please sign in to comment.