aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-05-02 14:01:35 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-05-02 14:01:35 -0700
commitb1c69e4697c8a365ac8911ac0e40d0b7bcfb1bbb (patch)
treedf31b38b76df3d39298602f251d9125f3eeeb910 /templates
parent158fa3abe75aa07e191c982bf83c4777645b3c63 (diff)
Switch Protobuf.js dependency back to version 5
Diffstat (limited to 'templates')
-rw-r--r--templates/package.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/package.json.template b/templates/package.json.template
index 3bae8fde43..551c25f042 100644
--- a/templates/package.json.template
+++ b/templates/package.json.template
@@ -36,7 +36,7 @@
"lodash": "^4.15.0",
"nan": "^2.0.0",
"node-pre-gyp": "^0.6.0",
- "protobufjs": "^6.7.0"
+ "protobufjs": "^5.0.0"
},
"devDependencies": {
"async": "^2.0.1",