Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit edc28ed

Browse files
authored
Add topics to the pubspec file (#122)
1 parent 4236c43 commit edc28ed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1-dev
2+
3+
- Added the `analysis` and `lints` topics to the pubspec file.
4+
15
## 2.1.0
26

37
- Updated SDK lower-bound to 3.0

pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: lints
2-
version: 2.1.0
2+
version: 2.1.1-dev
33
description: >
44
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
55
suggested by the Dart team.
66
repository: https://github.com/dart-lang/lints
77

8+
topics:
9+
- analysis
10+
- lints
11+
812
environment:
913
sdk: ^3.0.0-417
1014

0 commit comments

Comments
 (0)