| Index: pkg/template_binding/lib/src/list_diff.dart
|
| diff --git a/pkg/mdv/lib/src/list_diff.dart b/pkg/template_binding/lib/src/list_diff.dart
|
| similarity index 99%
|
| rename from pkg/mdv/lib/src/list_diff.dart
|
| rename to pkg/template_binding/lib/src/list_diff.dart
|
| index 8858c760e6b3dba8e6f033e038a9b9aea699d3e8..ba96d15bc586cfbfbc897f2b3af998287dd42268 100644
|
| --- a/pkg/mdv/lib/src/list_diff.dart
|
| +++ b/pkg/template_binding/lib/src/list_diff.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 mdv.src.list_diff;
|
| +library template_binding.src.list_diff;
|
|
|
| import 'dart:math' as math;
|
| import 'package:observe/observe.dart' show ListChangeRecord;
|
|
|