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

Side by Side Diff: pubspec.yaml

Issue 22254002: fixes for latest SDK (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: fix comments Created 7 years, 4 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 unified diff | Download patch
« no previous file with comments | « lib/polymer_element.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: polymer 1 name: polymer
2 version: 0.5.2+1 2 version: 0.5.2+1
3 author: Web UI Authors <web-ui-dev@dartlang.org> 3 author: Web UI Authors <web-ui-dev@dartlang.org>
4 description: > 4 description: >
5 Polymer.dart is a new type of library for the web, built on top of Web 5 Polymer.dart is a new type of library for the web, built on top of Web
6 Components, and designed to leverage the evolving web platform on modern 6 Components, and designed to leverage the evolving web platform on modern
7 browsers. 7 browsers.
8 homepage: https://github.com/dart-lang/web-ui 8 homepage: https://github.com/dart-lang/web-ui
9 environment: 9 environment:
10 sdk: '>=0.6.13' 10 sdk: '>=0.6.13'
Siggi Cherem (dart-lang) 2013/08/05 20:24:47 >=0.6.15
Jennifer Messerly 2013/08/05 20:51:57 Done.
11 dependencies: 11 dependencies:
12 analyzer_experimental: '>=0.6.13' 12 analyzer_experimental: '>=0.6.13'
13 args: '>=0.6.13' 13 args: '>=0.6.13'
14 browser: '>=0.6.13' 14 browser: '>=0.6.13'
15 custom_element: '>=0.6.13' 15 custom_element: '>=0.6.13'
16 fancy_syntax: '>=0.0.6'
16 html_import: '>=0.6.13' 17 html_import: '>=0.6.13'
17 logging: '>=0.6.13' 18 logging: '>=0.6.13'
18 mdv: '>=0.6.13' 19 mdv: '>=0.6.13'
19 observe: '>=0.6.13' 20 observe: '>=0.6.13'
20 path: '>=0.6.13' 21 path: '>=0.6.13'
21 shadow_dom: '>=0.6.13' 22 shadow_dom: '>=0.6.13'
22 source_maps: '>=0.6.13' 23 source_maps: '>=0.6.13'
23 unittest: '>=0.6.13' 24 unittest: '>=0.6.13'
24 # Pin these github packages so we don't get breaks from publishing them: 25 # Pin these github packages so we don't get breaks from publishing them:
25 csslib: '>=0.4.7 <0.4.8' 26 csslib: '>=0.4.7 <0.4.8'
26 html5lib: '>=0.4.4 <0.4.5' 27 html5lib: '>=0.4.4 <0.4.5'
27 dev_dependencies: 28 dev_dependencies:
28 benchmark_harness: '>=1.0.2 <1.0.3' 29 benchmark_harness: '>=1.0.2 <1.0.3'
OLDNEW
« no previous file with comments | « lib/polymer_element.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698