| Index: pkg/stack_trace/pubspec.yaml
|
| diff --git a/pkg/stack_trace/pubspec.yaml b/pkg/stack_trace/pubspec.yaml
|
| index 33af86741f1071cb6c1dda3f44423d1cc3c28a59..b672df7ff6a579be00019c0bef8eca8c9c08b117 100644
|
| --- a/pkg/stack_trace/pubspec.yaml
|
| +++ b/pkg/stack_trace/pubspec.yaml
|
| @@ -1,14 +1,11 @@
|
| name: stack_trace
|
| -version: 0.9.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| A package for manipulating stack traces and printing them readably.
|
|
|
| dependencies:
|
| - path: ">=0.9.0 <0.10.0"
|
| + path: any
|
|
|
| dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| -environment:
|
| - sdk: ">=1.0.0 <2.0.0"
|
| + unittest: any
|
|
|