aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-02-12 13:21:49 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-02-12 13:21:49 -0800
commitd1b390453c49342ceed0b2dc8cdbdf88a7c6f26e (patch)
tree3e0674fd6fb0e0d6ca56ac0c31f0f1f101d96c37 /examples/node/package.json
parent9b0f81b50857ab7746174106776bc6719f09ffc0 (diff)
Update Node examples and example documentation
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 65c5789ed7..00ba428d96 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -2,6 +2,6 @@
"name": "grpc-examples",
"version": "0.1.0",
"dependencies": {
- "grpc": "0.12.0"
+ "grpc": "0.13.0"
}
}