Skip to content

Commit

Permalink
Add + run dependency updating (bash) script (#401)
Browse files Browse the repository at this point in the history
* Add + run dependency updating script

* Address comments

Change-Id: I67af9d3ab9e461b579dbaee92274b6163d73c23e

* Run dependency script again

Change-Id: Icbec4acb2cc6bcfa40e0a3a705c5a1059d64efa5

* Update license

Change-Id: Ic1dd0a1bd34356e415bdbf005b81a71a8d2695c2

* Update (more) dependencies

Change-Id: Idaed95b9cfe486797fa75946b6f55e7e702217b8
  • Loading branch information
Ace Nassri committed Jun 19, 2017
1 parent 976fad7 commit 4a7e88b
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 435 deletions.
8 changes: 4 additions & 4 deletions compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"test": "npm run unit-test && npm run system-test"
},
"dependencies": {
"@google-cloud/compute": "0.7.1",
"@google-cloud/compute": "0.7.2",
"googleapis": "19.0.0",
"nodemailer": "4.0.1",
"nodemailer-smtp-transport": "2.7.4",
"sendgrid": "5.0.0"
"sendgrid": "5.1.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.14",
"@google-cloud/nodejs-repo-tools": "1.4.15",
"ava": "0.19.1",
"proxyquire": "1.7.11"
"proxyquire": "1.8.0"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down
Loading

0 comments on commit 4a7e88b

Please sign in to comment.