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

Unified Diff: pkg/html_import/pubspec.yaml

Issue 112283002: update pubspecs for pkg uploading (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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
Index: pkg/html_import/pubspec.yaml
diff --git a/pkg/html_import/pubspec.yaml b/pkg/html_import/pubspec.yaml
index 9d2ca0ee16afaddef6371ab8c252fd0e2f27ef3a..edcaebb673e1415d4da0f54d8c571b5f85e3282d 100644
--- a/pkg/html_import/pubspec.yaml
+++ b/pkg/html_import/pubspec.yaml
@@ -1,6 +1,6 @@
name: html_import
version: 0.9.0
-author: "Web UI Team <web-ui-dev@dartlang.org>"
+author: "Polymer.dart Team <web-ui-dev@dartlang.org>"
homepage: https://github.com/Polymer/HTMLImports/tree/master
description: >
HTML Imports are a way to include and reuse HTML documents in other HTML
@@ -8,4 +8,4 @@ description: >
pages, imports let authors load full HTML resources. In particular, imports
let authors include Custom Element definitions from external URLs.
environment:
- sdk: ">=0.8.10+6 <2.0.0"
+ sdk: ">=1.0.0 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698