Index: pkg/http/pubspec.yaml |
diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml |
index 2a3b665299def21ce8a0767c1d911dd0d3775829..515206d2094fc6326fb66335a645f55a8ff041ed 100644 |
--- a/pkg/http/pubspec.yaml |
+++ b/pkg/http/pubspec.yaml |
@@ -1,11 +1,8 @@ |
name: http |
-version: 0.9.0 |
author: "Dart Team <misc@dartlang.org>" |
homepage: http://www.dartlang.org |
description: A composable, Future-based API for making HTTP requests. |
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 |