paullang / hapi-mail

Hapi.js email plugin
Apache License 2.0
17 stars 4 forks source link

Updated to hapi 13 #2

Closed jfbenckhuijsen closed 8 years ago

jfbenckhuijsen commented 8 years ago

Can you update your module to hapi 13.0? Mind you, this pull request changes the name so I could have a personal version for the moment.

paullang commented 8 years ago

Thank you for the reminder. :) I have bumped hapi up to 13.x.x.x and lab to 10.x.x.x and published to npm

Since I didn't want to change the name of my module in npm, I didn't merge this particular PR. npm supports a nice feature where you can put your githubUsername/repoName#branchname so that you can temporarily reference your own module while waiting for the official one to get published to npm.

e.g. For your app that uses hapi-mail, you could have put "dependencies": { "hapi-mail": "jfbenckhuijsen/hapi-mail" }

jfbenckhuijsen commented 8 years ago

Tnx! Yeah, i got found that npm feature out after putting up the pull request :)