diff --git a/lib/fixnum.dart b/lib/fixnum.dart index eeb6def..6991645 100644 --- a/lib/fixnum.dart +++ b/lib/fixnum.dart @@ -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'; diff --git a/pubspec.yaml b/pubspec.yaml index 76d5868..3c43b9a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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