aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-04-27 13:59:19 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-04-27 13:59:19 -0700
commit3ef2355eaedc07f8900ad98d079448169a2a2a06 (patch)
tree6ffd268e9ef73ea1e8aea2e3fc826e40de59880e /src/node
parentca678fcaed5753d43c40d82c3105035a8e38c42b (diff)
s/1.3.0-pre/1.3.0
Diffstat (limited to 'src/node')
-rw-r--r--src/node/health_check/package.json4
-rw-r--r--src/node/tools/package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json
index 3d33118298..a63eacae98 100644
--- a/src/node/health_check/package.json
+++ b/src/node/health_check/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-health-check",
- "version": "1.3.0-pre1",
+ "version": "1.3.0",
"author": "Google Inc.",
"description": "Health check service for use with gRPC",
"repository": {
@@ -15,7 +15,7 @@
}
],
"dependencies": {
- "grpc": "^1.3.0-pre1",
+ "grpc": "^1.3.0",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0"
},
diff --git a/src/node/tools/package.json b/src/node/tools/package.json
index 056f28ab3c..a31880beb6 100644
--- a/src/node/tools/package.json
+++ b/src/node/tools/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-tools",
- "version": "1.3.0-pre1",
+ "version": "1.3.0",
"author": "Google Inc.",
"description": "Tools for developing with gRPC on Node.js",
"homepage": "http://www.grpc.io/",