Skip to content

Commit 50c7ea3

Browse files
authored
1 parent 7b1af9d commit 50c7ea3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/fixnum/lib/fixnum.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
///
77
/// The integer implementations in this library are designed to work
88
/// identically whether executed on the Dart VM or compiled to JavaScript.
9-
library fixnum;
9+
library;
1010

1111
export 'src/int32.dart';
1212
export 'src/int64.dart';

pkgs/fixnum/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ environment:
99
sdk: ^3.1.0
1010

1111
dev_dependencies:
12-
dart_flutter_team_lints: ^2.0.0
13-
test: ^1.16.0
12+
dart_flutter_team_lints: ^3.0.0
13+
test: ^1.16.6

0 commit comments

Comments
 (0)