Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: pkg/mdv/pubspec.yaml

Issue 23724022: pkg/mdv: remove reference to pkg/serialization (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: added back homepage - with right url Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/mdv/lib/mdv.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdv/pubspec.yaml
diff --git a/pkg/mdv/pubspec.yaml b/pkg/mdv/pubspec.yaml
index c962aed55381b65f58020eae8a817ab554127df3..937a8ccbd2f94eec83242c3eebb1ba73aff390ed 100644
--- a/pkg/mdv/pubspec.yaml
+++ b/pkg/mdv/pubspec.yaml
@@ -1,16 +1,14 @@
name: mdv
-author: "Web UI Team <web-ui-dev@dartlang.org>"
-homepage: https://github.com/dart-lang/web-ui
+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
- # This is only for IdentityMap. See http://dartbug.com/4161.
- serialization: any
dev_dependencies:
unittest: any
« no previous file with comments | « pkg/mdv/lib/mdv.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698