Updated package pretty_logging
This commit is contained in:
parent
63e62c14a5
commit
eb98eb2925
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
name: pretty_logging
|
name: pretty_logging
|
||||||
version: 1.0.0
|
version: 2.0.0
|
||||||
description: Standalone helper for colorful logging output, using pkg:io AnsiCode.
|
description: Standalone helper for colorful logging output, using pkg:io AnsiCode.
|
||||||
author: Tobe Osakwe <thosakwe@gmail.com>
|
author: Tobe Osakwe <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/pretty_logging
|
homepage: https://github.com/angel-dart/pretty_logging
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <2.12.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
io: ^0.3.2
|
io: ^1.0.0
|
||||||
logging: ^0.11.0
|
logging: ^1.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
pedantic: ^1.0.0
|
pedantic: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue