Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 36498369140c84847069f68b0bf02325f295898d..130e6497282d939eb7b74ab58af0b79c876afc34 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -26,9 +26,7 @@ dev_dependencies: |
| unittest: ^0.11.0 |
| dependency_overrides: |
| analyzer: |
| - git: |
| - url: https://github.com/dart-lang/ddc_analyzer.git |
| - ref: master |
| + path: ../ddc_analyzer |
|
Siggi Cherem (dart-lang)
2015/03/20 20:48:27
will revert this before submitting (I needed a sma
|
| executables: |
| # Similar to "analyzer.dart" and its command line "dartanalyzer", we use |
| # "dartdevc" and "devc.dart" |