Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ip-dash", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "IP address utility tool for IPv4 and IPv6", | ||
@@ -9,2 +9,12 @@ "main": "index.js", | ||
}, | ||
"keywords": [ | ||
"ipv4", | ||
"ipv6", | ||
"ip", | ||
"ip-address", | ||
"client-ip", | ||
"public-ip", | ||
"private-ip", | ||
"ip-to-decimal" | ||
], | ||
"repository": { | ||
@@ -11,0 +21,0 @@ "type": "git", |
@@ -5,3 +5,3 @@ # IP-Dash | ||
IP address utility tool for IPv4 and IPv6 | ||
IP address utility tool for `IPv4` and `IPv6` | ||
@@ -8,0 +8,0 @@ ## Installation |
7279