diff options
author | murgatroid99 <mlumish@google.com> | 2016-03-18 08:45:30 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-03-18 08:45:30 -0700 |
commit | c3b8c8d859cd5bfbb1cd3204d569824a9fa58c30 (patch) | |
tree | 433e28e3a7f4de242852ca80184517f03b945480 /examples | |
parent | d848db1c06123d23888c705530fc012bcc7e9f35 (diff) |
Updated example package.json with missing dependency
Diffstat (limited to 'examples')
-rw-r--r-- | examples/node/package.json | 3 |
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" } } |