aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/node/health_check/package.json.template
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-08-18 10:00:18 -0700
committerGravatar GitHub <noreply@github.com>2016-08-18 10:00:18 -0700
commitf4112fc06e126ae4adc4dce99d71d021ff36bf9a (patch)
tree9dcd6f609dffdde48e726e8e83f6ddc70c185e4c /templates/src/node/health_check/package.json.template
parent9770206fc41ee51e26bc9d3dedb5a69f2a8c0dc4 (diff)
parente1ee20bde6c30f0aa5a6f5309d20971ccd0122a7 (diff)
Merge pull request #7741 from nicolasnoble/manual-upmerge
Manual upmerge from v1.0.x to master.
Diffstat (limited to 'templates/src/node/health_check/package.json.template')
-rw-r--r--templates/src/node/health_check/package.json.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/src/node/health_check/package.json.template b/templates/src/node/health_check/package.json.template
index 96b9748aa7..c2bb232245 100644
--- a/templates/src/node/health_check/package.json.template
+++ b/templates/src/node/health_check/package.json.template
@@ -17,9 +17,9 @@
}
],
"dependencies": {
- "grpc": "^0.15.0",
+ "grpc": "^${settings.node_version}",
"lodash": "^3.9.3",
- "google-protobuf": "^3.0.0-alpha.5"
+ "google-protobuf": "^3.0.0"
},
"files": [
"LICENSE",