diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-07-08 16:24:31 -0700 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-07-08 16:24:31 -0700 |
commit | ea94e46b0df7f1774eefea6654f1e26cc4484b00 (patch) | |
tree | b6fdb9a22ac751a78305ffb2665e886f6b6d0063 /src/node/package.json | |
parent | feca1bf06cf6ffd8d45b86c1c51f798bad9c52f4 (diff) | |
parent | 977565c2c0d67de0ab0c147fc6cd348a1e9ea419 (diff) |
Merge branch 'master' of github.com:grpc/grpc into jwt_verifier
Diffstat (limited to 'src/node/package.json')
-rw-r--r-- | src/node/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/package.json b/src/node/package.json index 7d4a493af4..6b545705e1 100644 --- a/src/node/package.json +++ b/src/node/package.json @@ -27,7 +27,7 @@ "bindings": "^1.2.0", "lodash": "^3.9.3", "nan": "^1.5.0", - "protobufjs": "dcodeIO/ProtoBuf.js" + "protobufjs": "^4.0.0" }, "devDependencies": { "async": "^0.9.0", |