File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 6.4.14 2020-10-14
4
+
5
+ - Disabled postinstall script
6
+
3
7
## 6.4.13 2020-10-02
4
8
5
9
- Fix normalizeHeaderKey method for single node messages
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodemailer" ,
3
- "version" : " 6.4.13 " ,
3
+ "version" : " 6.4.14 " ,
4
4
"description" : " Easy as cake e-mail sending from your Node.js applications" ,
5
5
"main" : " lib/nodemailer.js" ,
6
6
"scripts" : {
7
- "test" : " grunt" ,
8
- "postinstall" : " node -e \" try{require('./postinstall')}catch(e){}\" "
7
+ "test" : " grunt"
9
8
},
10
9
"repository" : {
11
10
"type" : " git" ,
36
35
"nodemailer-ntlm-auth" : " 1.0.1" ,
37
36
"proxy" : " 1.0.2" ,
38
37
"proxy-test-server" : " 1.0.0" ,
39
- "sinon" : " 9.1 .0" ,
38
+ "sinon" : " 9.2 .0" ,
40
39
"smtp-server" : " 3.7.0"
41
40
},
42
41
"engines" : {
You can’t perform that action at this time.
0 commit comments