Skip to content

Commit

Permalink
Update dependencies (#468)
Browse files Browse the repository at this point in the history
* Fix docs-samples tests, round 1

* Fix circle.yml

* Add RUN_ALL_BUILDS flag

* More container builder bugfixes

* Tweak env vars + remove manual proxy install

* Env vars in bashrc don't evaluate dynamically, so avoid them

* Add semicolons for command ordering

* Add appengine/static-files test to circle.yaml

* Fix failing container builder tests

* Address comments
  • Loading branch information
Ace Nassri committed Aug 31, 2017
1 parent cd72a71 commit b999178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-translate/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"yargs": "8.0.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.16",
"@google-cloud/nodejs-repo-tools": "1.4.17",
"ava": "0.21.0",
"proxyquire": "1.8.0",
"sinon": "3.0.0"
"sinon": "3.2.0"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down

0 comments on commit b999178

Please sign in to comment.