aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-05-04 10:27:12 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-05-04 10:27:12 -0700
commitddc0eb1be2fa1427f8d422146bd56841810fc134 (patch)
treeb4a13517010b918e118cabb726e3059d3b9463ce /examples/node/package.json
parent5a779537f1569d369980d20ebf6277f0bc2271ba (diff)
Split Node examples into static and dynamic code generation examples
Diffstat (limited to 'examples/node/package.json')
-rw-r--r--examples/node/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/node/package.json b/examples/node/package.json
index d135df2464..2cae031175 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -3,7 +3,8 @@
"version": "0.1.0",
"dependencies": {
"async": "^1.5.2",
- "grpc": "0.13.0",
+ "google-protobuf": "^3.0.0-alpha.5",
+ "grpc": "^0.14.0",
"lodash": "^4.6.1",
"minimist": "^1.2.0"
}