Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnerd committed Feb 1, 2018
1 parent f15800f commit 0bba33d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firstandthird/hapi-healthcheck",
"version": "1.0.0",
"name": "hapi-health",
"version": "1.0.1",
"description": "Server monitoring",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/hapi-healthcheck.git"
"url": "git+https://github.com/firstandthird/hapi-health.git"
},
"keywords": [
"hapi",
Expand All @@ -31,9 +31,9 @@
"author": "First+Third",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/hapi-healthcheck/issues"
"url": "https://github.com/firstandthird/hapi-health/issues"
},
"homepage": "https://github.com/firstandthird/hapi-healthcheck#readme",
"homepage": "https://github.com/firstandthird/hapi-health#readme",
"dependencies": {
"async": "^2.6.0",
"boom": "^7.1.1",
Expand Down

0 comments on commit 0bba33d

Please sign in to comment.