| Index: pkg/mdv/pubspec.yaml
|
| diff --git a/pkg/mdv/pubspec.yaml b/pkg/mdv/pubspec.yaml
|
| deleted file mode 100644
|
| index 937a8ccbd2f94eec83242c3eebb1ba73aff390ed..0000000000000000000000000000000000000000
|
| --- a/pkg/mdv/pubspec.yaml
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -name: mdv
|
| -author: Web UI Team <web-ui-dev@dartlang.org>
|
| -description: >
|
| - 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.
|
| -homepage: https://www.dartlang.org/polymer-dart/
|
| -dependencies:
|
| - logging: any
|
| - observe: any
|
| -dev_dependencies:
|
| - unittest: any
|
|
|