Skip to content

Commit

Permalink
Improve searchability and add badges to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdavey committed Mar 26, 2024
1 parent fd7d4ee commit fcb8079
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ITU E.164 Country Codes
# ITU-T E.164 Country Code Lookup

[![npm version](https://badge.fury.io/js/itu-e164-country-codes.svg)](https://badge.fury.io/js/itu-e164-country-codes)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/tjdavey/itu-e164-country-codes/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/tjdavey/itu-e164-country-codes/tree/main)
[![Coverage Status](https://coveralls.io/repos/github/tjdavey/itu-e164-country-codes/badge.svg?branch=main)](https://coveralls.io/github/tjdavey/itu-e164-country-codes?branch=main)
[![Known Vulnerabilities](https://snyk.io/test/github/tjdavey/itu-e164-country-codes/badge.svg)](https://snyk.io/test/github/tjdavey/itu-e164-country-codes)
Expand Down
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "itu-e164-country-codes",
"version": "1.0.1",
"description": "Javascript Module for searching ITU E.164 Country Codes",
"description": "Javascript Module for searching ITU-T E.164 Country Codes",
"exports": {
".": {
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -37,5 +37,18 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0"
}
},
"keywords": [
"ITU-T",
"ITU",
"E.164",
"164",
"telephone",
"telephony",
"phone",
"number",
"dialing",
"country",
"code"
]
}

0 comments on commit fcb8079

Please sign in to comment.