Skip to content

Commit

Permalink
Updated copyright headers and dependencies.
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 080b7e0 commit b5f2fb0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"scripts": {
"test": "mocha -R spec -t 120000 --require intelli-espower-loader ../test/_setup.js test/*.test.js",
"system-test": "mocha -R spec -t 120000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
"test": "mocha -R spec --require intelli-espower-loader ../test/_setup.js test/*.test.js",
"system-test": "mocha -R spec --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
},
"dependencies": {
"@google-cloud/translate": "^0.2.0",
"iso-639-1": "^1.2.1",
"yargs": "^6.0.0"
"@google-cloud/translate": "^0.4.0",
"yargs": "^6.4.0"
},
"devDependencies": {
"mocha": "^3.1.0"
"mocha": "^3.1.2"
},
"engines": {
"node": ">=4.3.2"
Expand Down

0 comments on commit b5f2fb0

Please sign in to comment.