Skip to content

Commit d510661

Browse files
IP-Dash keywords update v1.0.1
1 parent e189030 commit d510661

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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/ip-dash.svg)](https://www.npmjs.com/package/ip-dash)
44

5-
IP address utility tool for IPv4 and IPv6
5+
IP address utility tool for `IPv4` and `IPv6`
66

77
## Installation
88

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
{
22
"name": "ip-dash",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "IP address utility tool for IPv4 and IPv6",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9+
"keywords": [
10+
"ipv4",
11+
"ipv6",
12+
"ip",
13+
"ip-address",
14+
"client-ip",
15+
"public-ip",
16+
"private-ip",
17+
"ip-to-decimal"
18+
],
919
"repository": {
1020
"type": "git",
1121
"url": "git+https://github.com/bbharathkumarreddy/ip-dash.git"

0 commit comments

Comments
 (0)