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

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

Issue 180213007: [polymer & pkgs] update pubspecs to prepare for -pre.0 release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix mutation_observer pubspec 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
« no previous file with comments | « pkg/polymer_expressions/pubspec.yaml ('k') | pkg/template_binding/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: smoke 1 name: smoke
2 version: 0.1.0-dev 2 version: 0.1.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: > 4 description: >
5 A restricted reflective system that uses mirrors at development time, but that 5 A restricted reflective system that uses mirrors at development time, but that
6 can be replaced with non-reflective calls using code generation. See README.md 6 can be replaced with non-reflective calls using code generation. See README.md
7 for mode details. 7 for mode details.
8 dependencies: 8 dependencies:
9 barback: ">=0.9.0 <0.12.0" 9 barback: ">=0.9.0 <0.12.0"
10 logging: ">=0.9.0 <0.10.0" 10 logging: ">=0.9.0 <0.10.0"
11 #TODO(sigmund): uncomment this once we have some easier way to do global 11 #TODO(sigmund): uncomment this once we have some easier way to do global
12 # app-level transformers or a way to enable this selectively from the 12 # app-level transformers or a way to enable this selectively from the
13 # application package. 13 # application package.
14 #transformers: [smoke/src/default_transformer] 14 #transformers: [smoke/src/default_transformer]
15 dev_dependencies: 15 dev_dependencies:
16 unittest: ">=0.9.0 <0.10.0" 16 unittest: ">=0.10.0 <0.11.0"
17 environment: 17 environment:
18 sdk: ">=1.1.0-dev.5.0 <2.0.0" 18 sdk: ">=1.2.0 <2.0.0"
OLDNEW
« no previous file with comments | « pkg/polymer_expressions/pubspec.yaml ('k') | pkg/template_binding/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698