Comparing version 0.3.3 to 0.3.5
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
program | ||
.version('0.3.3') | ||
.version('0.3.5') | ||
.option('-v, --version', 'get version number') | ||
@@ -11,0 +11,0 @@ .option('-f, --force', 'overwrite file') |
{ | ||
"name": "ip2", | ||
"version": "0.3.3", | ||
"description": "$ ip2 # Another ip address & hosts tools", | ||
"version": "0.3.5", | ||
"description": "Another ip address & hosts tools", | ||
"main": "index.js", | ||
@@ -32,2 +32,4 @@ "bin": { | ||
"geo", | ||
"ipgeo", | ||
"geoip", | ||
"address", | ||
@@ -34,0 +36,0 @@ "location", |
@@ -33,3 +33,3 @@ [![Build Status](https://api.travis-ci.org/markzhan/ip2.svg)](http://travis-ci.org/markzhan/ip2) | ||
$ ip2 '192.168.1.134 subnet 255.255.255.192' # subnet information | ||
$ ip2 192.168.1.134/26 # CIDR subnet, Same as previous | ||
$ ip2 192.168.1.134/26 # CIDR subnet, same as previous | ||
``` | ||
@@ -65,3 +65,3 @@ NOTICE: The sudo is must be used when you operating the hosts file. | ||
``` | ||
See [MANUAL](doc/MANUAL.md) for details. | ||
See [MANUAL](https://github.com/markzhan/ip2/blob/master/doc/MANUAL.md) for details. | ||
@@ -77,8 +77,8 @@ ## Hosts file | ||
## Release History | ||
See the [CHANGELOG](doc/CHANGELOG.md). | ||
See the [CHANGELOG](https://github.com/markzhan/ip2/blob/master/doc/CHANGELOG.md). | ||
## License | ||
Copyright (c) 2015 Mark Zhan http://markzhan.com | ||
Copyright (c) 2015 [Mark Zhan](http://markzhan.com). | ||
This project is available under the MIT license. See [LICENSE](LICENSE) for details. | ||
This project is available under the MIT license. See [LICENSE](https://github.com/markzhan/ip2/blob/master/LICENSE) for details. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145175