Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Mar 28, 2018
1 parent ab76cbb commit 54dc309
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodemailer-sendgrid",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,12 +10,12 @@
"author": "Andris Reinman",
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^6.1.4"
"@sendgrid/mail": "^6.2.1"
},
"devDependencies": {
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.1",
"grunt": "^1.0.2",
"grunt-eslint": "^20.1.0",
"nodemailer": "^4.4.0"
"nodemailer": "^4.6.3"
}
}

0 comments on commit 54dc309

Please sign in to comment.