Skip to content

Commit

Permalink
Update storage samples. (#263)
Browse files Browse the repository at this point in the history
* Update storage samples.

* Update dependencies.
  • Loading branch information
jmdobry authored Dec 9, 2016
1 parent 9b3ed47 commit 81cc009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-speech/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "cd ..; npm run st -- speech/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/speech": "^0.4.0",
"node-record-lpcm16": "^0.1.4",
"yargs": "^6.4.0"
"@google-cloud/speech": "0.5.0",
"node-record-lpcm16": "0.1.4",
"yargs": "6.5.0"
},
"engines": {
"node": ">=4.3.2"
Expand Down

0 comments on commit 81cc009

Please sign in to comment.