File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ You're your curious to [learn about the tool's history](https://github.com/freet
1616
1717## Supported NodeJS Versions
1818
19- NodeJS 6.x -> 9.x are supported. Older NodeJS will not work with this package.
19+ Current 2.x version of ` inline-email ` are tested against NodeJS 8.x -> 12.x.
20+ The 2.x will work on version 6.x and 8.x, but the test runners no longer support these so validation is not guaranteed.
21+
22+ Previous 1.x versions of ` inline-email ` support NodeJS 6.x -> 9.x. Older NodeJS will not work with this package.
2023
2124## What this does not do.
2225
Original file line number Diff line number Diff line change 11{
22 "name" : " inline-email" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " CLI for Merging HTML and CSS to inline for emails. Supports Inky Templates." ,
55 "main" : " bin/inline-email" ,
66 "scripts" : {
3737 },
3838 "homepage" : " https://github.com/freethinkingit/inline-email#readme" ,
3939 "engines" : {
40- "node" : " >= 6.12.3 "
40+ "node" : " >= 8.0.0 "
4141 }
4242}
You can’t perform that action at this time.
0 commit comments