diff options
-rw-r--r-- | src/node/binding.gyp | 2 | ||||
-rw-r--r-- | src/node/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/node/binding.gyp b/src/node/binding.gyp index 83f72fabca..259c0b5de4 100644 --- a/src/node/binding.gyp +++ b/src/node/binding.gyp @@ -10,7 +10,7 @@ '-pthread', '-pedantic', '-g', - '-zdefs' + '-zdefs', '-Werror' ], 'ldflags': [ 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", |