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