| Index: pkg/front_end/pubspec.yaml
|
| diff --git a/pkg/front_end/pubspec.yaml b/pkg/front_end/pubspec.yaml
|
| index 9fbd7509b3fd155392d28fb3a0174e9679c9d8b6..d8ba58aec9450545030ed47bfaf5e49a371705a6 100644
|
| --- a/pkg/front_end/pubspec.yaml
|
| +++ b/pkg/front_end/pubspec.yaml
|
| @@ -9,7 +9,6 @@ dependencies:
|
| charcode: '^1.1.1'
|
| convert: '^2.0.1'
|
| crypto: '^2.0.2'
|
| - dart_style: '^1.0.7'
|
| kernel: 0.3.0-alpha.3
|
| meta: '^1.1.1'
|
| package_config: '^1.0.1'
|
| @@ -20,7 +19,7 @@ dev_dependencies:
|
| analyzer: '>=0.30.0 <0.32.0'
|
| args: '>=0.13.0 <2.0.0'
|
| bazel_worker: ^0.1.4
|
| - package_config: '^1.0.0'
|
| + dart_style: '^1.0.7'
|
| test: ^0.12.0
|
| test_reflective_loader: ^0.1.0
|
| json_rpc_2: ^2.0.4
|
|
|