| OLD | NEW |
| 1 name: dart_style | 1 name: dart_style |
| 2 version: 0.2.3-dev | 2 version: 0.2.3 |
| 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 environment: | 6 environment: |
| 7 sdk: ">=1.8.0 <2.0.0" | 7 sdk: ">=1.8.0 <2.0.0" |
| 8 dependencies: | 8 dependencies: |
| 9 analyzer: '^0.27.0' | 9 analyzer: '^0.27.0' |
| 10 args: '>=0.12.1 <0.14.0' | 10 args: '>=0.12.1 <0.14.0' |
| 11 path: '>=1.0.0 <2.0.0' | 11 path: '>=1.0.0 <2.0.0' |
| 12 source_span: '>=1.1.1 <2.0.0' | 12 source_span: '>=1.1.1 <2.0.0' |
| 13 dev_dependencies: | 13 dev_dependencies: |
| 14 async: '>=1.0.0 <=2.0.0' | 14 async: '>=1.0.0 <=2.0.0' |
| 15 browser: '>=0.10.0 <0.11.0' | 15 browser: '>=0.10.0 <0.11.0' |
| 16 grinder: '^0.7.2' | 16 grinder: '^0.7.2' |
| 17 pub_semver: '^1.2.3' | 17 pub_semver: '^1.2.3' |
| 18 scheduled_test: '>=0.12.0 <0.13.0' | 18 scheduled_test: '>=0.12.0 <0.13.0' |
| 19 test: '>=0.12.0 <0.13.0' | 19 test: '>=0.12.0 <0.13.0' |
| 20 yaml: '^2.0.0' | 20 yaml: '^2.0.0' |
| 21 executables: | 21 executables: |
| 22 dartfmt: format | 22 dartfmt: format |
| 23 dartformat: format # Allow the old name for compatibility. | 23 dartformat: format # Allow the old name for compatibility. |
| 24 # Tell the bots not to bother building the tests since they don't run in a | 24 # Tell the bots not to bother building the tests since they don't run in a |
| 25 # browser anyway. | 25 # browser anyway. |
| 26 transformers: | 26 transformers: |
| 27 - $dart2js: | 27 - $dart2js: |
| 28 $exclude: 'test/**' | 28 $exclude: 'test/**' |
| OLD | NEW |