Skip to content

Commit

Permalink
update all devDependencies to latest. and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 18, 2016
1 parent c5e867d commit d00df27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"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 d00df27

Please sign in to comment.