Add topics to the pubspec file (dart-lang/lints#122)
diff --git a/pkgs/lints/CHANGELOG.md b/pkgs/lints/CHANGELOG.md index 6d83135..20ed83c 100644 --- a/pkgs/lints/CHANGELOG.md +++ b/pkgs/lints/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 2.1.1-dev + +- Added the `analysis` and `lints` topics to the pubspec file. + ## 2.1.0 - Updated SDK lower-bound to 3.0
diff --git a/pkgs/lints/pubspec.yaml b/pkgs/lints/pubspec.yaml index f6df7d7..0a99140 100644 --- a/pkgs/lints/pubspec.yaml +++ b/pkgs/lints/pubspec.yaml
@@ -1,10 +1,14 @@ name: lints -version: 2.1.0 +version: 2.1.1-dev description: > Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. repository: https://github.com/dart-lang/lints +topics: + - analysis + - lints + environment: sdk: ^3.0.0-417