-
- Downloads
Update node protobuf dependency to 3.0.0 where applicable. Also update example...
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
Showing
- examples/node/package.json 2 additions, 2 deletionsexamples/node/package.json
- package.json 1 addition, 1 deletionpackage.json
- src/node/health_check/package.json 2 additions, 2 deletionssrc/node/health_check/package.json
- templates/package.json.template 1 addition, 1 deletiontemplates/package.json.template
- templates/src/node/health_check/package.json.template 2 additions, 2 deletionstemplates/src/node/health_check/package.json.template
... | ... | @@ -35,7 +35,7 @@ |
"devDependencies": { | ||
"async": "^1.5.0", | ||
"google-auth-library": "^0.9.2", | ||
"google-protobuf": "^3.0.0-alpha.5", | ||
"google-protobuf": "^3.0.0", | ||
"istanbul": "^0.3.21", | ||
"jsdoc": "^3.3.2", | ||
"jshint": "^2.5.0", | ||
... | ... |
Please register or sign in to comment