fix: Remove unused dependency mime
This commit is contained in:
parent
7a078251a6
commit
11904f4da1
|
|
@ -1,3 +1,6 @@
|
|||
## 0.2.1
|
||||
- fix: Remove unused dependency mime
|
||||
|
||||
## 0.2.0
|
||||
- refactor: login method AuthenticationIdentifier
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix_api_lite
|
||||
description: Dead simple data model for the matrix.org client-server API.
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
homepage: https://famedly.com
|
||||
|
||||
environment:
|
||||
|
|
@ -9,7 +9,6 @@ environment:
|
|||
dependencies:
|
||||
http: ^0.12.2
|
||||
logger: ^0.9.4
|
||||
mime: ^0.9.7
|
||||
|
||||
dev_dependencies:
|
||||
pedantic: ^1.11.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue