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

Side by Side Diff: pkg/polymer_expressions/pubspec.yaml

Issue 141703024: Refactor of PolymerExpressions. Adds "as" expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 name: polymer_expressions 1 name: polymer_expressions
2 version: 0.10.0-pre.0 2 version: 0.10.0-pre.0
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
4 description: An expressive custom binding syntax for HTML templates 4 description: An expressive custom binding syntax for HTML templates
5 homepage: http://www.dartlang.org/polymer-dart/ 5 homepage: http://www.dartlang.org/polymer-dart/
6 dependencies: 6 dependencies:
7 browser: ">=0.10.0 <0.11.0" 7 browser: ">=0.10.0 <0.11.0"
8 observe: ">=0.10.0-pre.0 <0.11.0" 8 observe: ">=0.10.0-pre.0 <0.11.0"
9 template_binding: ">=0.10.0-pre.0 <0.11.0" 9 template_binding: ">=0.10.0-pre.0 <0.11.0"
10 dev_dependencies: 10 dev_dependencies:
11 unittest: ">=0.10.0 <0.11.0" 11 unittest: ">=0.10.0 <0.11.0"
12 benchmark_harness: ">=1.0.0 <2.0.0" 12 benchmark_harness: ">=1.0.0 <2.0.0"
13 mutation_observer: ">=0.9.0 <2.0.0"
Jennifer Messerly 2014/03/17 23:10:08 fyi -- you shouldn't need mutation_observe anymore
justinfagnani 2014/04/24 00:26:13 Done.
14 polymer: ">=0.9.0 <2.0.0"
13 environment: 15 environment:
14 sdk: ">=1.2.0 <2.0.0" 16 sdk: ">=1.2.0 <2.0.0"
17 dependency_overrides:
18 observe:
19 path: /Users/justinfagnani/Documents/Projects/dart2-repo/dart/pkg/observe/
Jennifer Messerly 2014/03/17 23:10:08 remove?
justinfagnani 2014/04/24 00:26:13 Done.
20 template_binding:
21 path: /Users/justinfagnani/Documents/Projects/dart2-repo/dart/pkg/template_b inding/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698