summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/package.json
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-12-12 16:48:41 -0500
committerJack Lucas <jflucas@research.att.com>2018-12-12 17:21:29 -0500
commite60d88b5821a75754b60fd3b004da08f221a3fc6 (patch)
tree7b3fa9a1591eea59533a631644e96e31c5ef5a04 /healthcheck-container/package.json
parent8ad4f6db9865a9a9fb9076c9ce9e07e91a1519ea (diff)
Add healthcheck for after-boot deployments
Update node to v 10.14.1 Remove dependency on 'request' package Issue-ID: DCAEGEN2-988 Change-Id: Icc68f8271d22b5ffbdac124e109c0273c05682c2 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'healthcheck-container/package.json')
-rw-r--r--healthcheck-container/package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json
index cce714b..125bc24 100644
--- a/healthcheck-container/package.json
+++ b/healthcheck-container/package.json
@@ -1,11 +1,8 @@
{
"name": "k8s-healthcheck",
"description": "DCAE healthcheck server",
- "version": "1.1.2",
+ "version": "1.2.0",
"main": "healthcheck.js",
- "dependencies": {
- "request": "2.85.0"
- },
"author": "author",
"license": "(Apache-2.0)"
}