Chromium Code Reviews| Index: pkg/front_end/pubspec.yaml |
| diff --git a/pkg/front_end/pubspec.yaml b/pkg/front_end/pubspec.yaml |
| index 8a1bdbfa982b2d5c955aa23857730f0b91094bb7..a09923f56aa3094fb1e4aa8ba50c0b00fc8f31fe 100644 |
| --- a/pkg/front_end/pubspec.yaml |
| +++ b/pkg/front_end/pubspec.yaml |
| @@ -6,9 +6,18 @@ homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end |
| environment: |
| sdk: '>=1.12.0 <2.0.0-dev.infinity' |
| dependencies: |
| + async_helper: |
|
Paul Berry
2017/08/25 21:04:52
Does pub allow the version to be the empty string?
devoncarew
2017/08/25 21:08:29
It does allow it to be empty; it's the same as 'an
Brian Wilkerson
2017/08/25 21:17:29
Sorry, I thought I had removed those lines. I have
|
| + 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' |
| path: '^1.3.9' |
| source_span: '^1.2.3' |
| + testing: |
|
Paul Berry
2017/08/25 21:04:52
Same issue here.
|
| + yaml: '^2.1.12' |
| dev_dependencies: |
| analyzer: '>=0.30.0 <0.32.0' |
| args: '>=0.13.0 <2.0.0' |