| Index: pkg/watcher/lib/watcher.dart
|
| diff --git a/pkg/sequence_zip/lib/sequence_zip.dart b/pkg/watcher/lib/watcher.dart
|
| similarity index 71%
|
| copy from pkg/sequence_zip/lib/sequence_zip.dart
|
| copy to pkg/watcher/lib/watcher.dart
|
| index e8331ac4adb7a6ef0b38443835b5c36fe8eba911..c4824b8ec86518a118e48104d01b1efeb8a31680 100644
|
| --- a/pkg/sequence_zip/lib/sequence_zip.dart
|
| +++ b/pkg/watcher/lib/watcher.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library sequence_zip;
|
| +library watcher;
|
|
|
| -export "iterable_zip.dart";
|
| -export "stream_zip.dart";
|
| +export 'src/watch_event.dart';
|
| +export 'src/directory_watcher.dart';
|
|
|