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

Add topics to pubspec.yaml #126

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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