aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-03-18 08:45:30 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-03-18 08:45:30 -0700
commitc3b8c8d859cd5bfbb1cd3204d569824a9fa58c30 (patch)
tree433e28e3a7f4de242852ca80184517f03b945480 /examples/node
parentd848db1c06123d23888c705530fc012bcc7e9f35 (diff)
Updated example package.json with missing dependency
Diffstat (limited to 'examples/node')
-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 00ba428d96..b295cf416e 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -2,6 +2,7 @@
"name": "grpc-examples",
"version": "0.1.0",
"dependencies": {
- "grpc": "0.13.0"
+ "grpc": "0.13.0",
+ "minimist": "^1.2.0"
}
}