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 committed Dec 9, 2016
1 parent f40fd64 commit b71dffc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cloud-language/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "cd ..; npm run st -- language/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/language": "^0.6.0",
"@google-cloud/storage": "^0.4.0",
"yargs": "^6.4.0"
"@google-cloud/language": "0.7.0",
"@google-cloud/storage": "0.6.0",
"yargs": "6.5.0"
},
"engines": {
"node": ">=4.3.2"
Expand Down
2 changes: 1 addition & 1 deletion cloud-language/snippets/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "demo_bot.js",
"dependencies": {
"botkit": "^0.0.5",
"@google-cloud/language": "^0.6.3",
"@google-cloud/language": "0.7.0",
"sqlite3": "^3.1.8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cloud-language/snippets/system-test/analyze.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

'use strict';

const uuid = require(`node-uuid`);
const uuid = require(`uuid`);
const path = require(`path`);
const storage = require(`@google-cloud/storage`)();
const run = require(`../../utils`).run;
Expand Down

0 comments on commit b71dffc

Please sign in to comment.