From 57b41c26dcbbf2254c6fb03a8043ecbfa8903754 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 27 Jun 2024 13:04:34 -0700 Subject: [PATCH] update lints (#131) --- lib/fixnum.dart | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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