From b879eec72807706a3bf3ada021438b501d823df7 Mon Sep 17 00:00:00 2001 From: Szymon Date: Wed, 22 Nov 2023 21:50:32 +0100 Subject: [PATCH] Updated lints package, fixed static analysis issue --- lib/matcher.dart | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/matcher.dart b/lib/matcher.dart index 72918aa..bb01258 100644 --- a/lib/matcher.dart +++ b/lib/matcher.dart @@ -3,6 +3,8 @@ // BSD-style license that can be found in the LICENSE file. /// Support for specifying test expectations, such as for unit tests. +library matcher; + export 'src/core_matchers.dart'; export 'src/custom_matcher.dart'; export 'src/description.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 3979a07..f7eb6a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: dev_dependencies: fake_async: ^1.3.0 - lints: ^2.0.0 + lints: ^3.0.0 test: ^1.23.0 dependency_overrides: