Skip to content

Commit

Permalink
Upgrade repo-tools and regenerate scaffolding. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Nov 17, 2022
1 parent 96453f3 commit 2c12d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-translate",
"engines": {
"node": ">=4.3.2"
"node": ">=4.0.0"
},
"scripts": {
"ava": "ava -T 20s --verbose test/*.test.js ./system-test/*.test.js",
Expand All @@ -18,9 +18,9 @@
"yargs": "10.0.3"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.0.11",
"ava": "0.22.0",
"@google-cloud/nodejs-repo-tools": "2.1.0",
"ava": "0.23.0",
"proxyquire": "1.8.0",
"sinon": "4.0.1"
"sinon": "4.0.2"
}
}

0 comments on commit 2c12d33

Please sign in to comment.