Skip to content

Commit

Permalink
Updated is-valid-domain module
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardonunesdev committed Sep 18, 2017
1 parent 6d86861 commit 5363bd7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "domain-ping",
"version": "0.1.3",
"description": "A small Node.js module that attempts to ping a domain",
"keywords": [ "domain", "ping", "dns", "http", "request", "online" ],
"keywords": [
"domain",
"ping",
"dns",
"http",
"request",
"online"
],
"main": "domain-ping.js",
"license": "MIT",
"author": {
Expand All @@ -19,7 +26,7 @@
},
"dependencies": {
"bluebird": "^3.5.0",
"is-valid-domain": "0.0.2",
"is-valid-domain": "0.0.4",
"ping": "^0.2.2",
"request": "^2.81.0"
},
Expand Down

0 comments on commit 5363bd7

Please sign in to comment.