| Index: packages/dart_style/pubspec.yaml
|
| diff --git a/packages/dart_style/pubspec.yaml b/packages/dart_style/pubspec.yaml
|
| index 46f2018c7c3f0112d1cf2626ae6221badcfe8f1e..c165eb816351917b4452075ea4b6cd2fca02473e 100644
|
| --- a/packages/dart_style/pubspec.yaml
|
| +++ b/packages/dart_style/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: dart_style
|
| -version: 0.2.0
|
| +version: 0.2.1
|
| author: Dart Team <misc@dartlang.org>
|
| description: Opinionated, automatic Dart source code formatter.
|
| homepage: https://github.com/dart-lang/dart_style
|
| @@ -8,13 +8,16 @@ environment:
|
| dependencies:
|
| analyzer: '>=0.25.0 <0.27.0'
|
| args: '>=0.12.1 <0.14.0'
|
| - collection: '^1.0.0'
|
| path: '>=1.0.0 <2.0.0'
|
| source_span: '>=1.1.1 <2.0.0'
|
| dev_dependencies:
|
| + async: '>=1.0.0 <=2.0.0'
|
| browser: '>=0.10.0 <0.11.0'
|
| + grinder: '^0.7.2'
|
| + pub_semver: '^1.2.3'
|
| scheduled_test: '>=0.12.0 <0.13.0'
|
| test: '>=0.12.0 <0.13.0'
|
| + yaml: '^2.0.0'
|
| executables:
|
| dartfmt: format
|
| dartformat: format # Allow the old name for compatibility.
|
|
|