Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "getip-cli", | ||
"bin": { | ||
"getip": "index.js" | ||
"getip": "index.js", | ||
"ip": "index.js" | ||
}, | ||
"version": "0.0.1", | ||
"description": "a comman line to get ip address", | ||
"version": "0.0.2", | ||
"description": "Fast, simple command line to get ip address", | ||
"main": "index.js", | ||
@@ -9,0 +10,0 @@ "scripts": { |
@@ -14,2 +14,5 @@ # getip-cli | ||
$ ip | ||
Your IP Address: 10.46.189.34 | ||
(END) |
934
18