-
- Downloads
Node: add dev dependency on google-protobuf
... | @@ -35,6 +35,7 @@ | ... | @@ -35,6 +35,7 @@ |
"devDependencies": { | "devDependencies": { | ||
"async": "^1.5.0", | "async": "^1.5.0", | ||
"google-auth-library": "^0.9.2", | "google-auth-library": "^0.9.2", | ||
"google-protobuf": "^3.0.0-alpha.5", | |||
"istanbul": "^0.3.21", | "istanbul": "^0.3.21", | ||
"jsdoc": "^3.3.2", | "jsdoc": "^3.3.2", | ||
"jshint": "^2.5.0", | "jshint": "^2.5.0", | ||
... | ... |
Please register or sign in to comment