aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2018-04-30 17:51:37 -0700
committerGravatar murgatroid99 <mlumish@google.com>2018-04-30 17:53:35 -0700
commit3a45e340289b351b0f33ef0000dcf55055e32791 (patch)
treeb5feefea03bd929d0853f65045a38f43cf4df352 /examples/node/package.json
parent2f516a91a77105c4386255894e31fcd316e2902d (diff)
Update Node examples to use new @grpc/proto-loader package
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 6317838295..3af6a113fd 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -2,9 +2,10 @@
"name": "grpc-examples",
"version": "0.1.0",
"dependencies": {
+ "@grpc/proto-loader": "^0.1.0",
"async": "^1.5.2",
"google-protobuf": "^3.0.0",
- "grpc": "^1.0.0",
+ "grpc": "^1.11.0",
"lodash": "^4.6.1",
"minimist": "^1.2.0"
}