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

Side by Side Diff: pubspec.yaml

Issue 1254063002: Update to v0.2.0-rc.2. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | 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: dart_style 1 name: dart_style
2 version: 0.2.0-rc.2.dev 2 version: 0.2.0-rc.2
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Opinionated, automatic Dart source code formatter. 4 description: Opinionated, automatic Dart source code formatter.
5 homepage: https://github.com/dart-lang/dart_style 5 homepage: https://github.com/dart-lang/dart_style
6 dependencies: 6 dependencies:
7 analyzer: '>=0.25.0 <=0.26.0-alpha.0' 7 analyzer: '>=0.25.0 <=0.26.0-alpha.0'
8 args: '>=0.12.1 <0.14.0' 8 args: '>=0.12.1 <0.14.0'
9 collection: '^1.0.0' 9 collection: '^1.0.0'
10 path: '>=1.0.0 <2.0.0' 10 path: '>=1.0.0 <2.0.0'
11 source_span: '>=1.1.1 <2.0.0' 11 source_span: '>=1.1.1 <2.0.0'
12 dev_dependencies: 12 dev_dependencies:
13 browser: '>=0.10.0 <0.11.0' 13 browser: '>=0.10.0 <0.11.0'
14 scheduled_test: '>=0.12.0 <0.13.0' 14 scheduled_test: '>=0.12.0 <0.13.0'
15 test: '>=0.12.0 <0.13.0' 15 test: '>=0.12.0 <0.13.0'
16 executables: 16 executables:
17 dartfmt: format 17 dartfmt: format
18 dartformat: format # Allow the old name for compatibility. 18 dartformat: format # Allow the old name for compatibility.
19 19
20 # Tell the bots not to bother building the tests since they don't run in a 20 # Tell the bots not to bother building the tests since they don't run in a
21 # browser anyway. 21 # browser anyway.
22 transformers: 22 transformers:
23 - $dart2js: 23 - $dart2js:
24 $exclude: 'test/**' 24 $exclude: 'test/**'
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698