| Index: pkg/watcher/pubspec.yaml
|
| diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml
|
| index a9672946def493457285744747fa93bd54c2c39f..c77dddfd2f37c6e82d6a4918250624cb0da9e96c 100644
|
| --- a/pkg/watcher/pubspec.yaml
|
| +++ b/pkg/watcher/pubspec.yaml
|
| @@ -1,13 +1,11 @@
|
| name: watcher
|
| -version: 0.9.2
|
| +version: 0.9.3-dev
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| - A file watcher. It monitors (currently by polling) for changes to contents
|
| - of directories and notifies you when files have been added, removed, or
|
| - modified.
|
| + A file watcher. It monitors for changes to contents 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 <2.0.0"
|
| stack_trace: ">=0.9.1 <0.10.0"
|
| dev_dependencies:
|
|
|