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

Unified Diff: pkg/polymer/pubspec.yaml

Issue 59763006: add versions and constraints for packages and samples (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update a few more constraints Created 7 years, 1 month 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/path/pubspec.yaml ('k') | pkg/polymer_expressions/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/pubspec.yaml
diff --git a/pkg/polymer/pubspec.yaml b/pkg/polymer/pubspec.yaml
index 6aa271e1b8cf4ce093359b02419617eef7abe5bb..2a5090e9113cd5cb8ccad368c40a00e9d6892e46 100644
--- a/pkg/polymer/pubspec.yaml
+++ b/pkg/polymer/pubspec.yaml
@@ -1,4 +1,5 @@
name: polymer
+version: 0.9.0
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
description: >
Polymer.dart is a new type of library for the web, built on top of Web
@@ -6,22 +7,23 @@ description: >
browsers.
homepage: https://www.dartlang.org/polymer-dart/
dependencies:
- analyzer: any
- args: any
- barback: any
- browser: any
- csslib: any
- custom_element: any
- html5lib: any
- html_import: any
- logging: any
- meta: any
- observe: any
- path: any
- polymer_expressions: any
- shadow_dom: any
- source_maps: any
- template_binding: any
- yaml: any
+ analyzer: ">=0.10.1 <0.11.0"
+ args: ">=0.9.0 <0.10.0"
+ barback: ">=0.9.0 <0.10.0"
+ browser: ">=0.9.0 <0.10.0"
+ csslib: ">=0.9.0 <0.10.0"
+ custom_element: ">=0.9.0 <0.10.0"
+ html5lib: ">=0.9.0 <0.10.0"
+ html_import: ">=0.9.0 <0.10.0"
+ logging: ">=0.9.0 <0.10.0"
+ observe: ">=0.9.0 <0.10.0"
+ path: ">=0.9.0 <0.10.0"
+ polymer_expressions: ">=0.9.0 <0.10.0"
+ shadow_dom: ">=0.9.0 <0.10.0"
+ source_maps: ">=0.9.0 <0.10.0"
+ template_binding: ">=0.9.0 <0.10.0"
+ yaml: ">=0.9.0 <0.10.0"
dev_dependencies:
- unittest: any
+ unittest: ">=0.9.0 <0.10.0"
+environment:
+ sdk: ">=1.0.0 <2.0.0"
« no previous file with comments | « pkg/path/pubspec.yaml ('k') | pkg/polymer_expressions/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698