Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 15, 2019
1 parent 894100d commit f2c7215
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: node_js
node_js:
- '12'
- '10'
- '8'
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -21,8 +21,8 @@
],
"keywords": [
"ip",
"ipv4",
"ipv6",
"ipv4",
"address",
"public",
"external",
Expand All @@ -32,9 +32,9 @@
"got": "^9.6.0"
},
"devDependencies": {
"ava": "^1.4.1",
"ava": "^2.1.0",
"is-ip": "^3.0.0",
"tsd": "^0.7.2",
"tsd": "^0.7.3",
"xo": "^0.24.0"
}
}
7 changes: 1 addition & 6 deletions readme.md
Expand Up @@ -29,7 +29,7 @@ const ipify = require('ipify');
## API
### ipify([options])
### ipify(options?)
Returns a `Promise<string>` with an IP address.
Expand Down Expand Up @@ -58,8 +58,3 @@ Custom API endpoint.
- [ipify-cli](https://github.com/sindresorhus/ipify-cli) - CLI for this module
- [internal-ip](https://github.com/sindresorhus/internal-ip) - Get your internal IPv4 or IPv6 address
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)

0 comments on commit f2c7215

Please sign in to comment.