Finish modernization

This commit is contained in:
Jan Dvorak
2021-07-21 17:16:35 +02:00
parent 24bbcb138a
commit 12cb9f2a4e
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,10 @@
* `meteor-tool@2.4`
- `meteor show` now reports if a package is deprecated
* `email@2.2`
- Modernized package code
-
#### Independent Releases

View File

@@ -24,7 +24,7 @@ export const EmailInternals = {
const MailComposer = EmailInternals.NpmModules.mailcomposer.module;
const makeTransport = function (mailUrlString) {
// TODO check for
const mailUrl = urlModule.parse(mailUrlString, true);
const mailUrl = urlModule.parse(mailUrlString, true);