Chromium Code Reviews| Index: pkg/mdv/pubspec.yaml |
| diff --git a/pkg/mdv/pubspec.yaml b/pkg/mdv/pubspec.yaml |
| index c962aed55381b65f58020eae8a817ab554127df3..6e47362a4069937709538d6922e5b4df8b4b47b4 100644 |
| --- a/pkg/mdv/pubspec.yaml |
| +++ b/pkg/mdv/pubspec.yaml |
| @@ -1,6 +1,5 @@ |
| name: mdv |
| -author: "Web UI Team <web-ui-dev@dartlang.org>" |
|
Jennifer Messerly
2013/09/09 19:13:08
are you sure this parses correctly? at some point
Jennifer Messerly
2013/09/09 19:13:53
specifically: the link didn't show up on pub.dartl
kevmoo-old
2013/09/09 19:22:27
Yup. This is how the editor formats the Yaml.
kevmoo-old
2013/09/09 19:22:27
Explain?
Jennifer Messerly
2013/09/09 19:25:33
The mailto: link didn't work. But yeah, it must be
|
| -homepage: https://github.com/dart-lang/web-ui |
|
Jennifer Messerly
2013/09/09 19:13:08
please restore pointing at: https://www.dartlang.o
kevmoo-old
2013/09/09 19:22:27
Done.
|
| +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 |
| @@ -10,7 +9,5 @@ description: > |
| dependencies: |
| logging: any |
| observe: any |
| - # This is only for IdentityMap. See http://dartbug.com/4161. |
| - serialization: any |
| dev_dependencies: |
| unittest: any |