Skip to content
Snippets Groups Projects
Commit a181d212 authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #1033 from murgatroid99/node_protobuf_dependency_fix

Switched protobufjs dependency to npm package instead of GitHub
parents 0049c51c 3c3d860a
No related branches found
No related tags found
No related merge requests found
{ {
"name": "grpc", "name": "grpc",
"version": "0.5.4", "version": "0.5.5",
"author": "Google Inc.", "author": "Google Inc.",
"description": "gRPC Library for Node", "description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/", "homepage": "http://www.grpc.io/",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"bindings": "^1.2.0", "bindings": "^1.2.0",
"nan": "^1.5.0", "nan": "^1.5.0",
"protobufjs": "murgatroid99/ProtoBuf.js", "protobufjs": "^4.0.0-b2",
"underscore": "^1.6.0", "underscore": "^1.6.0",
"underscore.string": "^3.0.0" "underscore.string": "^3.0.0"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment