aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/package.json.template
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-04-22 13:55:00 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-04-22 13:55:00 -0700
commitd354f114c102bad6e74f58c3681a8b6658ef64a3 (patch)
treee30f34ac79dcccef522e0119d06fcca2f321ffd8 /templates/package.json.template
parent792b302a64f93a2c170cdef7be085b625cf18f3c (diff)
Node: add dev dependency on google-protobuf
Diffstat (limited to 'templates/package.json.template')
-rw-r--r--templates/package.json.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/package.json.template b/templates/package.json.template
index 564df84ebe..11718b1ccb 100644
--- a/templates/package.json.template
+++ b/templates/package.json.template
@@ -37,6 +37,7 @@
"devDependencies": {
"async": "^1.5.0",
"google-auth-library": "^0.9.2",
+ "google-protobuf": "^3.0.0-alpha.5",
"istanbul": "^0.3.21",
"jsdoc": "^3.3.2",
"jshint": "^2.5.0",