File tree Expand file tree Collapse file tree 3 files changed +1618
-1603
lines changed
Expand file tree Collapse file tree 3 files changed +1618
-1603
lines changed Original file line number Diff line number Diff line change 2020 " Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
2121 ],
2222 "dependencies" : {
23- "dayjs" : " ^1.10.4 " ,
24- "debug" : " ^4.3.1 " ,
25- "mailparser" : " ^3.1 .0" ,
26- "nodemailer" : " ^6.5.0 " ,
23+ "dayjs" : " ^1.10.6 " ,
24+ "debug" : " ^4.3.2 " ,
25+ "mailparser" : " ^3.3 .0" ,
26+ "nodemailer" : " ^6.6.3 " ,
2727 "open" : " 7" ,
2828 "pug" : " ^3.0.2" ,
2929 "uuid" : " ^8.3.2"
3030 },
3131 "devDependencies" : {
32- "@commitlint/cli" : " ^12.0.1 " ,
33- "@commitlint/config-conventional" : " ^12.0.1 " ,
32+ "@commitlint/cli" : " ^13.1.0 " ,
33+ "@commitlint/config-conventional" : " ^13.1.0 " ,
3434 "ava" : " ^3.15.0" ,
35- "codecov" : " ^3.8.1 " ,
35+ "codecov" : " ^3.8.3 " ,
3636 "cross-env" : " ^7.0.3" ,
37- "eslint" : " ^7.22 .0" ,
37+ "eslint" : " ^7.32 .0" ,
3838 "eslint-config-xo-lass" : " ^1.0.5" ,
3939 "eslint-plugin-node" : " ^11.1.0" ,
40- "husky" : " ^5.2.0 " ,
41- "lint-staged" : " ^10.5.4 " ,
40+ "husky" : " ^7.0.1 " ,
41+ "lint-staged" : " ^11.1.2 " ,
4242 "nyc" : " ^15.1.0" ,
43- "remark-cli" : " ^9 .0.0" ,
43+ "remark-cli" : " ^10 .0.0" ,
4444 "remark-preset-github" : " ^4.0.1" ,
45- "xo" : " ^ 0.38.2 "
45+ "xo" : " 0.38"
4646 },
4747 "engines" : {
4848 "node" : " >=10"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const path = require('path');
44const test = require ( 'ava' ) ;
55const nodemailer = require ( 'nodemailer' ) ;
66
7- const previewEmail = require ( '../src' ) ;
7+ const previewEmail = require ( '../src/index.js ' ) ;
88
99const transport = nodemailer . createTransport ( { jsonTransport : true } ) ;
1010
You can’t perform that action at this time.
0 commit comments