Skip to content

Commit

Permalink
fix: downgrade grpc back to 1.7.2, bump version to 0.14.5 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Feb 1, 2018
1 parent f1f2bc6 commit 2d52e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-gax",
"version": "0.14.4",
"version": "0.14.5",
"description": "Google API Extensions",
"main": "index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"globby": "^7.1.1",
"google-auto-auth": "^0.9.0",
"google-proto-files": "^0.14.1",
"grpc": "^1.8.4",
"grpc": "~1.7.2",
"is-stream-ended": "^0.1.0",
"lodash": "^4.17.2",
"protobufjs": "^6.8.0",
Expand Down

0 comments on commit 2d52e53

Please sign in to comment.