Skip to content

Commit

Permalink
fix: Mail package support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jun 27, 2023
1 parent 2dbb9c6 commit 46fa361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/katana_cli/lib/action/mail/gmail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class MailGmailCliAction extends CliCommand with CliActionMixin {
flutter,
"pub",
"add",
"masamune_purchase_stripe",
"masamune_mail",
"katana_functions_firebase",
],
);
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_cli/lib/action/mail/send_grid.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class MailSendGridCliAction extends CliCommand with CliActionMixin {
flutter,
"pub",
"add",
"masamune_purchase_stripe",
"masamune_mail",
"katana_functions_firebase",
],
);
Expand Down

0 comments on commit 46fa361

Please sign in to comment.