Skip to content

Commit

Permalink
Update pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Apr 18, 2022
1 parent 19bd6d4 commit c310aed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: coverage
version: 1.3.0-dev
description: Coverage data manipulation and formatting
homepage: https://github.com/dart-lang/coverage
repository: https://github.com/dart-lang/coverage

environment:
sdk: '>=2.14.0 <3.0.0'
Expand All @@ -14,10 +14,12 @@ dependencies:
source_maps: ^0.10.10
stack_trace: ^1.10.0
vm_service: ">=8.2.0 <9.0.0"

dev_dependencies:
lints: ^1.0.0
test: ^1.16.0
test_descriptor: ^2.0.0

executables:
collect_coverage:
format_coverage:

0 comments on commit c310aed

Please sign in to comment.