Index: pkg/watcher/pubspec.yaml |
diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml |
index 6b8faca8e735244b57bb242d07c3e29d19152f8e..263832efb82206012bbafccbfbc1d092ab3b154c 100644 |
--- a/pkg/watcher/pubspec.yaml |
+++ b/pkg/watcher/pubspec.yaml |
@@ -1,5 +1,4 @@ |
name: watcher |
-version: 0.9.0 |
author: "Dart Team <misc@dartlang.org>" |
homepage: http://www.dartlang.org |
description: > |
@@ -7,10 +6,8 @@ description: > |
of directories and notifies you when files have been added, removed, or |
modified. |
dependencies: |
- crypto: ">=0.9.0 <0.10.0" |
- path: ">=0.9.0 <0.10.0" |
+ crypto: any |
+ path: 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 |