Skip to content

Commit

Permalink
Add topics to the pubspec file (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed May 30, 2023
1 parent 4236c43 commit edc28ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit edc28ed

Please sign in to comment.