File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 34
34
npm install @nestjs-modules/mailer nodemailer
35
35
```
36
36
37
- Then install this library
37
+ Install this library
38
38
39
39
``` sh
40
40
npm install @webtre/nestjs-mailer-react-adapter
@@ -75,6 +75,7 @@ import { ReactAdapter } from "@webtre/nestjs-mailer-react-adapter";
75
75
dir: __dirname + " /templates" ,
76
76
// Use the adapter
77
77
adapter: new ReactAdapter (),
78
+
78
79
// Or with optional config
79
80
adapter: new ReactAdapter ({
80
81
pretty: false ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webtre/nestjs-mailer-react-adapter" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.0.9 " ,
4
4
"description" : " Build and send emails in Nest framework using React.js" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"exports" : {
12
12
" dist/**"
13
13
],
14
14
"engines" : {
15
- "node" : " >=18 "
15
+ "node" : " >=16 "
16
16
},
17
17
"scripts" : {
18
18
"build" : " tsup src/index.ts --format esm,cjs --dts --external react" ,
You can’t perform that action at this time.
0 commit comments