| Index: pkg/watcher/pubspec.yaml
|
| diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml
|
| index d517e8f6a6a28e014c1a91c3f5e2d799b861b77b..6f96a56a595b233e890aec0a2d755615f77cbdbd 100644
|
| --- a/pkg/watcher/pubspec.yaml
|
| +++ b/pkg/watcher/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: watcher
|
| -version: 0.9.3-dev
|
| +version: 0.9.3
|
| author: Dart Team <misc@dartlang.org>
|
| homepage: http://www.dartlang.org
|
| description: >
|
| - A file watcher. It monitors for changes to contents of directories and
|
| - notifies you when files have been added, removed, or modified.
|
| + A file system watcher. It monitors changes to contents of directories and
|
| + sends notifications when files have been added, removed, or modified.
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| dependencies:
|
|
|