Skip to content

Commit

Permalink
Switch to Yarn for CI build. (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jan 9, 2017
1 parent bf65a0b commit f097429
Show file tree
Hide file tree
Showing 4 changed files with 3,101 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cloud-language/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"scripts": {
"test": "cd ..; npm run st -- language/system-test/*.test.js"
"test": "cd ..; npm run st -- --verbose language/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/language": "0.7.0",
"@google-cloud/storage": "0.6.0",
"yargs": "6.5.0"
"yargs": "6.6.0"
},
"engines": {
"node": ">=4.3.2"
Expand Down
6 changes: 3 additions & 3 deletions cloud-language/snippets/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"description": "A Slack Botkit bot, running on Kubernetes.",
"main": "demo_bot.js",
"dependencies": {
"botkit": "^0.0.5",
"botkit": "0.0.5",
"@google-cloud/language": "0.7.0",
"sqlite3": "^3.1.8"
"sqlite3": "3.1.8"
},
"scripts": {
"test": "cd ../..; npm run st -- language/slackbot/system-test/*.test.js"
"test": "cd ../..; npm run st -- --verbose language/slackbot/system-test/*.test.js"
},
"engines": {
"node": ">=4.3.2"
Expand Down
Loading

0 comments on commit f097429

Please sign in to comment.