Skip to content

Commit

Permalink
Add mailjet and sendgrid back in (#110)
Browse files Browse the repository at this point in the history
Mostly a revert of 518d762fb001e230e5fbd2638bbaa45f77858c2d

Samples are needed for pages in the documentation.
  • Loading branch information
fhinkel authored Jun 21, 2018
1 parent cd38dc6 commit 23ccee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/google-cloud-compute/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
},
"dependencies": {
"@google-cloud/compute": "0.10.0",
"googleapis": "32.0.0"
"googleapis": "32.0.0",
"nodemailer": "^4.3.1",
"nodemailer-smtp-transport": "^2.7.4",
"sendgrid": "^5.2.3"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.3.0",
Expand Down

0 comments on commit 23ccee3

Please sign in to comment.