mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
fix the pubspec.yaml change from https://dart-review.googlesource.com/c/sdk/+/159143
Change-Id: I7dbd1c30c1d404bf49d2a6e3e69296346948e72c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159540 Commit-Queue: Sigmund Cherem <sigmund@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
parent
1c0a64ded5
commit
c40edde709
1 changed files with 4 additions and 2 deletions
|
@ -6,5 +6,7 @@ environment:
|
|||
sdk: '>=2.7.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
_fe_analyzer_shared: ../_fe_analyzer_shared
|
||||
kernel: ../kernel
|
||||
_fe_analyzer_shared:
|
||||
path: ../_fe_analyzer_shared
|
||||
kernel:
|
||||
path: ../kernel
|
||||
|
|
Loading…
Reference in a new issue