aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-03-12 18:25:17 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-03-12 18:25:17 -0700
commitbffe7d7bf12f3cd90b0e1a0a46ddd2c27bf864ff (patch)
tree4809e7edef42c12156f16740dbe7b771d6683dfa /src
parentc3be769409757bd643ddbd079ea2ac509a5ba8fe (diff)
Switched protobufjs dependency to npm package instead of GitHub
Diffstat (limited to 'src')
-rw-r--r--src/node/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/package.json b/src/node/package.json
index 29cbab97bf..744b1aa790 100644
--- a/src/node/package.json
+++ b/src/node/package.json
@@ -26,7 +26,7 @@
"dependencies": {
"bindings": "^1.2.0",
"nan": "^1.5.0",
- "protobufjs": "murgatroid99/ProtoBuf.js",
+ "protobufjs": "^4.0.0-b2",
"underscore": "^1.6.0",
"underscore.string": "^3.0.0"
},