Skip to content

Commit

Permalink
Updated info and module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardonunesdev committed Sep 13, 2017
1 parent 6f82b49 commit cb56654
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "domain-ping",
"version": "0.0.1",
"version": "0.1.0",
"description": "NodeJS script that pings a list of domains",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Ricardo Nunes",
"email": "ricardonunesdev@gmail.com",
"url": "https://github.com/ricardonunesdev"
},
"dependencies": {
Expand All @@ -19,10 +20,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ricardonunesdev/nodejs-domain-pinger.git"
"url": "git+https://github.com/ricardonunesdev/domain-ping.git"
},
"homepage": "https://github.com/ricardonunesdev/nodejs-domain-pinger#readme",
"homepage": "https://github.com/ricardonunesdev/domain-ping#readme",
"bugs": {
"url": "https://github.com/ricardonunesdev/nodejs-domain-pinger/issues"
"email": "ricardonunesdev@gmail.com",
"url": "https://github.com/ricardonunesdev/domain-ping/issues"
}
}

0 comments on commit cb56654

Please sign in to comment.