Skip to content

Commit

Permalink
fix: use compatible version of google-gax
Browse files Browse the repository at this point in the history
* fix: use compatible version of google-gax

* fix: use gax v1.6.3
  • Loading branch information
alexander-fenster authored Oct 2, 2019
1 parent 6e7aa4e commit b730a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@google-cloud/common": "^2.0.0",
"google-gax": "^1.0.0",
"google-gax": "^1.6.3",
"protobufjs": "^6.8.6",
"pumpify": "^2.0.0",
"stream-events": "^1.0.4"
Expand Down

0 comments on commit b730a5a

Please sign in to comment.