Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jun 21, 2024
1 parent 444c0cb commit 361f6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

@Timeout(Duration(seconds: 180))
library;

import 'package:intl_translation/extract_messages.dart';
import 'package:intl_translation/src/message_rewriter.dart';
Expand Down
2 changes: 1 addition & 1 deletion pkgs/messages_serializer/lib/messages_serializer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// Support for doing something awesome.
///
/// More dartdocs go here.
library messages_serializer;
library;

export 'src/serializer.dart';
export 'src/serializer_json.dart';

0 comments on commit 361f6e1

Please sign in to comment.