Skip to content

Commit 23ccee3

Browse files
authored
Add mailjet and sendgrid back in (#110)
Mostly a revert of 518d762fb001e230e5fbd2638bbaa45f77858c2d Samples are needed for pages in the documentation.
1 parent cd38dc6 commit 23ccee3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/google-cloud-compute/samples/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/compute": "0.10.0",
18-
"googleapis": "32.0.0"
18+
"googleapis": "32.0.0",
19+
"nodemailer": "^4.3.1",
20+
"nodemailer-smtp-transport": "^2.7.4",
21+
"sendgrid": "^5.2.3"
1922
},
2023
"devDependencies": {
2124
"@google-cloud/nodejs-repo-tools": "2.3.0",

0 commit comments

Comments
 (0)