From 059a347580c191413555bfc8ef452b3205a96f92 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 20 Aug 2020 18:08:49 +0000 Subject: [PATCH] update pubspec.yaml files to reflect actual package usage Change-Id: I44dd6f5cb69e11a65a8c2b552a54b89ebc5fa4b5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159161 Commit-Queue: Devon Carew Reviewed-by: Johnni Winther --- pkg/dart2native/pubspec.yaml | 2 +- pkg/kernel/pubspec.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg/dart2native/pubspec.yaml b/pkg/dart2native/pubspec.yaml index 3bdd2c5ef3a..85a9eac8dbc 100644 --- a/pkg/dart2native/pubspec.yaml +++ b/pkg/dart2native/pubspec.yaml @@ -11,6 +11,6 @@ executables: dependencies: args: ^1.4.0 + path: any dev_dependencies: - diff --git a/pkg/kernel/pubspec.yaml b/pkg/kernel/pubspec.yaml index 4b308e11f85..6713b64112b 100644 --- a/pkg/kernel/pubspec.yaml +++ b/pkg/kernel/pubspec.yaml @@ -11,6 +11,8 @@ dependencies: args: '>=0.13.4 <2.0.0' meta: ^1.0.0 dev_dependencies: - expect: any + expect: + path: ../expect + front_end: + path: ../front_end test: any - testing: any