We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b988ee commit e1e570aCopy full SHA for e1e570a
packages/google-cloud-translate/samples/package.json
@@ -5,11 +5,11 @@
5
"license": "Apache Version 2.0",
6
"author": "Google Inc.",
7
"scripts": {
8
- "test": "cd ..; npm run st -- translate/system-test/*.test.js"
+ "test": "cd ..; npm run st -- --verbose translate/system-test/*.test.js"
9
},
10
"dependencies": {
11
"@google-cloud/translate": "0.6.0",
12
- "yargs": "6.5.0"
+ "yargs": "6.6.0"
13
14
"engines": {
15
"node": ">=4.3.2"
0 commit comments