Skip to content

Commit

Permalink
Update Vision samples to be easier to read. Update dependencies. (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Feb 3, 2017
1 parent a4dac66 commit b322896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"scripts": {
"test": "cd ..; npm run st -- --verbose vision/system-test/detect.test.js"
"test": "cd ..; npm run st -- --verbose vision/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/storage": "0.6.0",
"@google-cloud/vision": "0.7.0",
"@google-cloud/storage": "0.7.0",
"@google-cloud/vision": "0.8.0",
"async": "2.1.4",
"natural": "0.4.0",
"redis": "2.6.3",
"redis": "2.6.5",
"yargs": "6.6.0"
},
"optionalDependencies": {
Expand Down

0 comments on commit b322896

Please sign in to comment.