Skip to content

Commit af5b6ca

Browse files
authored
Merge pull request #6 from Devotel/feat/docs
chore: updating the package.json to include more tags
2 parents fef5940 + 458d48a commit af5b6ca

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm version](https://badge.fury.io/js/@devotel%2Fdevhub.svg)](https://badge.fury.io/js/@devotel%2Fdevhub)
44
[![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
5-
[![Node.js](https://img.shields.io/badge/Node.js-18%2B-green.svg)](https://nodejs.org/)
5+
[![Node.js](https://img.shields.io/badge/Node.js-14%2B-green.svg)](https://nodejs.org/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77
[![ESM](https://img.shields.io/badge/ESM-Ready-brightgreen.svg)](https://nodejs.org/api/esm.html)
88
[![CommonJS](https://img.shields.io/badge/CommonJS-Ready-brightgreen.svg)](https://nodejs.org/api/modules.html)

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,24 @@
3636
"keywords": [
3737
"devhub",
3838
"devotel",
39-
"communication",
40-
"api",
4139
"sdk",
40+
"api",
41+
"rest",
4242
"sms",
4343
"email",
44-
"whatsapp"
44+
"whatsapp",
45+
"rcs",
46+
"contacts",
47+
"messaging"
4548
],
4649
"author": "DevHub Team",
4750
"license": "MIT",
51+
"engines": {
52+
"node": ">=14.0.0"
53+
},
54+
"publishConfig": {
55+
"access": "public"
56+
},
4857
"dependencies": {
4958
"axios": "^1.6.0"
5059
},

0 commit comments

Comments
 (0)