Skip to content

Commit

Permalink
added package topics to the pubspec file (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed May 3, 2023
1 parent db229fb commit 1864048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 2.4.1-dev
## 2.4.1

* Add a `CONTRIBUTING.md` file; move the publishing automation docs from the
readme into the contributing doc.
* Added package topics to the pubspec file.

## 2.4.0

Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: args
version: 2.4.1-dev
version: 2.4.1
description: >-
Library for defining parsers for parsing raw command-line arguments into a set
of options and values using GNU and POSIX style options.
repository: https://github.com/dart-lang/args

topics:
- cli

environment:
sdk: '>=2.18.0 <3.0.0'

Expand Down

0 comments on commit 1864048

Please sign in to comment.