| Index: pkg/mdv/pubspec.yaml
|
| diff --git a/pkg/mdv_observe/pubspec.yaml b/pkg/mdv/pubspec.yaml
|
| similarity index 51%
|
| copy from pkg/mdv_observe/pubspec.yaml
|
| copy to pkg/mdv/pubspec.yaml
|
| index 59da4421de4888acb92e28f53054c34c6b641b72..a9b5fd35526a23890f4a58740ea4623ee306be7d 100644
|
| --- a/pkg/mdv_observe/pubspec.yaml
|
| +++ b/pkg/mdv/pubspec.yaml
|
| @@ -1,11 +1,13 @@
|
| -name: mdv_observe
|
| +name: mdv
|
| author: "Web UI Team <web-ui-dev@dartlang.org>"
|
| homepage: https://github.com/dart-lang/web-ui
|
| description: >
|
| - Observable properties and objects for use in Model-Driven-Views (MDV).
|
| - MDV extends HTML and the DOM APIs to support a sensible separation between the
|
| - UI (DOM) of a document or application and its underlying data (model).
|
| + Model-Driven-Views (MDV) extends HTML and the DOM APIs to support a sensible
|
| + separation between the UI (DOM) of a document or application and its
|
| + underlying data (model).
|
| Updates to the model are reflected in the DOM and user input into the DOM is
|
| immediately assigned to the model.
|
| +dependencies:
|
| + observe: any
|
| dev_dependencies:
|
| unittest: any
|
|
|