mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Finish modernization
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user