Skip to content

Commit

Permalink
update lints (dart-archive/fixnum#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 27, 2024
1 parent 7b1af9d commit 50c7ea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/fixnum/lib/fixnum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
///
/// The integer implementations in this library are designed to work
/// identically whether executed on the Dart VM or compiled to JavaScript.
library fixnum;
library;

export 'src/int32.dart';
export 'src/int64.dart';
Expand Down
4 changes: 2 additions & 2 deletions pkgs/fixnum/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ environment:
sdk: ^3.1.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
test: ^1.16.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.6

0 comments on commit 50c7ea3

Please sign in to comment.