commit | 51d7dce687257dd6d5c2159012dc0c3d573413a4 | [log] [tgz] |
---|---|---|
author | Gary Roumanis <groumanis@gmail.com> | Fri Jan 24 13:54:54 2020 -0800 |
committer | GitHub <noreply@github.com> | Fri Jan 24 13:54:54 2020 -0800 |
tree | 3a7e78b4810cb7f21b7bdce99d8150537b742918 | |
parent | ac285414ae943b42afa46063ee55eeb5c3d5e4ad [diff] |
prep to publish (#282)
diff --git a/pubspec.yaml b/pubspec.yaml index 633147d..b323181 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -1,6 +1,5 @@ name: coverage version: 0.13.4 -author: Dart Team <misc@dartlang.org> description: Coverage data manipulation and formatting homepage: https://github.com/dart-lang/coverage @@ -12,6 +11,7 @@ logging: '>=0.9.0 <0.12.0' package_config: '>=0.1.5 <2.0.0' path: '>=0.9.0 <2.0.0' + source_maps: ^0.10.8 stack_trace: ^1.3.0 vm_service: '>=1.0.0 <3.0.0'