Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
added package topics to the pubspec file (#215)
Browse files Browse the repository at this point in the history
* added package topics to the pubspec file

* Update pubspec.yaml
  • Loading branch information
devoncarew authored May 3, 2023
1 parent 0438b26 commit 5d87dc8
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 @@
## 0.15.3

- Added package topics to the pubspec file.

## 0.15.2

- Add additional types at the API boundary (in `lib/parser.dart` and others).
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: html
version: 0.15.2
version: 0.15.3
description: APIs for parsing and manipulating HTML content outside the browser.
repository: https://github.com/dart-lang/html

topics:
- html
- web

environment:
sdk: '>=2.17.0 <3.0.0'

Expand Down

0 comments on commit 5d87dc8

Please sign in to comment.