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

Commit

Permalink
Add topics to pubspec.yaml (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Jun 10, 2024
1 parent 8d2d559 commit 4ca2f5e
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 @@
## 1.0.6-wip

* Add `topics` section to `pubspec.yaml`.

## 1.0.5

* Update `video/mp4` mimeType lookup by header bytes.
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: mime
version: 1.0.5
version: 1.0.6-wip
description: >-
Utilities for handling media (MIME) types, including determining a type from
a file extension and file contents.
repository: https://github.com/dart-lang/mime

topics:
- mime
- magic-numbers

environment:
sdk: ^3.2.0

Expand Down

0 comments on commit 4ca2f5e

Please sign in to comment.