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

Commit

Permalink
bump lints (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 24, 2024
1 parent 99e9855 commit fd7010b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/mime.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
///
/// More details, including a list of types, are in the Wikipedia article
/// [Internet media type](http://en.wikipedia.org/wiki/Internet_media_type).
library mime;
library;

export 'src/mime_multipart_transformer.dart';
export 'src/mime_shared.dart';
Expand Down
9 changes: 3 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ description: >-
a file extension and file contents.
repository: https://github.com/dart-lang/mime
topics:
- mimetype
- magic-numbers
- multipart-form

topics:
- mime
- magic-numbers
- mimetype
- multipart-form

environment:
sdk: ^3.2.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.0

0 comments on commit fd7010b

Please sign in to comment.