aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-07-29 10:44:01 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-07-29 10:44:01 -0700
commitfcb5271105ec2c439f83ec3cce6456b73824b6be (patch)
treef92cfa9274c24485142f67896c5e6bad888296d9 /examples/node
parent623e4fc0ccf75e15c66509f687bc2f4e9d0120a0 (diff)
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
Diffstat (limited to 'examples/node')
-rw-r--r--examples/node/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/node/package.json b/examples/node/package.json
index 2cae031175..6317838295 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -3,8 +3,8 @@
"version": "0.1.0",
"dependencies": {
"async": "^1.5.2",
- "google-protobuf": "^3.0.0-alpha.5",
- "grpc": "^0.14.0",
+ "google-protobuf": "^3.0.0",
+ "grpc": "^1.0.0",
"lodash": "^4.6.1",
"minimist": "^1.2.0"
}