Skip to content

Commit bae0804

Browse files
Upgrading to latest nodemailer package
1 parent 60d1b66 commit bae0804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "email-node",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"dependencies": {
5-
"nodemailer": "~0.7.1",
6-
"express": "~4.5.1"
5+
"nodemailer": "latest",
6+
"express": "latest"
77
}
88
}

0 commit comments

Comments
 (0)