aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-08-28 15:24:07 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-08-28 15:24:07 -0700
commitc919228e0ae7982c60e40d59a946ac0288ae8ce5 (patch)
treeb44af006300a67a96e46a95fb5762af6b4edcf04 /examples/node/package.json
parentcf08a881fb2e643bffa5c45e9ba6a9273895ddac (diff)
Updated Node examples to be compatible with master
Diffstat (limited to 'examples/node/package.json')
-rw-r--r--examples/node/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/node/package.json b/examples/node/package.json
index caf539518f..6c4f95b109 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -3,7 +3,7 @@
"version": "0.5.0",
"dependencies": {
"async": "^0.9.0",
- "grpc": "~0.9.0",
+ "grpc": "~0.11.0",
"minimist": "^1.1.0",
"underscore": "^1.8.2"
}