Skip to content

Commit

Permalink
Update translate dependency (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri authored Apr 5, 2017
1 parent 1e17f80 commit e81d52f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions/ocr/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@google-cloud/pubsub": "0.8.0",
"@google-cloud/storage": "0.7.0",
"@google-cloud/translate": "0.7.0",
"@google-cloud/translate": "0.8.0",
"@google-cloud/vision": "0.11.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@google-cloud/spanner": "0.1.0",
"@google-cloud/speech": "0.6.0",
"@google-cloud/storage": "0.7.0",
"@google-cloud/translate": "0.7.0",
"@google-cloud/translate": "0.8.0",
"@google-cloud/videointelligence": "https://storage.googleapis.com/videointelligence-alpha/videointelligence-nodejs.tar.gz",
"@google-cloud/vision": "0.11.0",
"@google/cloud-trace": "0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "cd ..; npm run st -- --verbose translate/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/translate": "0.7.0",
"@google-cloud/translate": "0.8.0",
"yargs": "6.6.0"
},
"engines": {
Expand Down

0 comments on commit e81d52f

Please sign in to comment.