Index: pkg/barback/pubspec.yaml |
diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml |
index 819eedbdecbca0f0765b3d0d1738a41647d19d97..9cebb0b9673eff99b6fe64d884211fd980b8e3e7 100644 |
--- a/pkg/barback/pubspec.yaml |
+++ b/pkg/barback/pubspec.yaml |
@@ -1,5 +1,4 @@ |
name: barback |
-version: 0.9.0 |
author: "Dart Team <misc@dartlang.org>" |
homepage: http://www.dartlang.org |
description: > |
@@ -13,11 +12,9 @@ description: > |
Runs transforms asynchronously and in parallel when possible to maximize |
responsiveness. |
dependencies: |
- path: ">=0.9.0 <0.10.0" |
- source_maps: ">=0.9.0 <0.10.0" |
- stack_trace: ">=0.9.0 <0.10.0" |
+ path: any |
+ source_maps: any |
+ stack_trace: any |
dev_dependencies: |
- scheduled_test: ">=0.9.0 <0.10.0" |
- unittest: ">=0.9.0 <0.10.0" |
-environment: |
- sdk: ">=1.0.0 <2.0.0" |
+ scheduled_test: any |
+ unittest: any |