Skip to content

Commit

Permalink
Merge pull request #20 from dwyl/update-dependencies
Browse files Browse the repository at this point in the history
update to latest version of googleapis (7.0.0)
  • Loading branch information
iteles committed May 18, 2016
2 parents 7488b28 + d00df27 commit ba10c8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Send email from a Hapi.js app using Google Mail (Gmail)

## Why?

We have been using Mandrill for sending email @dwyl
We have been using ~~Mandrill~~ AWS Simple Email Service (*SES*) for sending email @dwyl
and we made a node module for this: https://github.com/dwyl/sendemail

However we have had requests from *clients* to send email via Gmail.
And have implemented this:
https://github.com/dwyl/html-form-send-email-via-google-script-without-server

*However* ... the amount of *setup* required to use Mandrill is quite
*However* ... the amount of *setup* required to use ~~Mandrill~~ SES can be quite
*daunting* to beginners.
see: https://github.com/dwyl/sendemail#checklist-everything-you-need-to-get-started-in-5-minutes

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendemail-gmail",
"version": "1.0.2",
"version": "1.2.0",
"description": "send email from your node.js app via gmail",
"main": "lib/sendemail_gmail.js",
"scripts": {
Expand Down Expand Up @@ -29,20 +29,20 @@
"homepage": "https://github.com/nelsonic/sendemail-gmail#readme",
"dependencies": {
"btoa": "^1.1.2",
"env2": "^2.0.6",
"googleapis": "^3.1.0"
"env2": "^2.0.8",
"googleapis": "^7.0.0"
},
"devDependencies": {
"hapi": "^13.2.1",
"hapi-auth-google": "^3.1.0",
"hapi-auth-jwt2": "^5.4.1",
"hapi": "^13.4.0",
"hapi-auth-google": "^3.2.1",
"hapi-auth-jwt2": "^6.0.0",
"handlebars": "^4.0.5",
"istanbul": "^0.4.2",
"istanbul": "^0.4.3",
"jsonwebtoken": "^5.7.0",
"nock": "^7.4.0",
"nodemon": "^1.9.1",
"nock": "^8.0.0",
"nodemon": "^1.9.2",
"redis-connection": "^4.0.3",
"tape": "^4.5.1",
"vision": "^4.0.1"
"vision": "^4.1.0"
}
}

0 comments on commit ba10c8f

Please sign in to comment.