Skip to content
Snippets Groups Projects
Commit 26eb86ec authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #5828 from murgatroid99/node_example_dependencies_fix

Updated example package.json with missing dependency
parents b41a1acf d506ecbc
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
"name": "grpc-examples", "name": "grpc-examples",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"grpc": "0.13.0" "async": "^1.5.2",
"grpc": "0.13.0",
"lodash": "^4.6.1",
"minimist": "^1.2.0"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment