OLD | NEW |
1 name: dart_style | 1 name: dart_style |
2 version: 0.1.5+3 | 2 version: 0.1.6 |
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.23.0 <0.24.0' | 7 analyzer: '>=0.23.0 <0.24.0' |
8 args: '>=0.12.1 <0.13.0' | 8 args: '>=0.12.1 <0.13.0' |
9 path: '>=1.0.0 <2.0.0' | 9 path: '>=1.0.0 <2.0.0' |
10 source_span: '>=1.0.0 <2.0.0' | 10 source_span: '>=1.0.0 <2.0.0' |
11 dev_dependencies: | 11 dev_dependencies: |
12 browser: '>=0.10.0 <0.11.0' | 12 browser: '>=0.10.0 <0.11.0' |
13 scheduled_test: '>=0.11.2 <0.12.0' | 13 scheduled_test: '>=0.11.2 <0.12.0' |
14 unittest: '>=0.11.0 <0.12.0' | 14 unittest: '>=0.11.0 <0.12.0' |
15 executables: | 15 executables: |
16 dartfmt: format | 16 dartfmt: format |
17 dartformat: format # Allow the old name for compatibility. | 17 dartformat: format # Allow the old name for compatibility. |
18 | 18 |
19 # Tell the bots not to bother building the tests since they don't run in a | 19 # Tell the bots not to bother building the tests since they don't run in a |
20 # browser anyway. | 20 # browser anyway. |
21 transformers: | 21 transformers: |
22 - $dart2js: | 22 - $dart2js: |
23 $exclude: 'test/**' | 23 $exclude: 'test/**' |
OLD | NEW |