Index: sdk/lib/_internal/pub/lib/src/package.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/package.dart b/sdk/lib/_internal/pub/lib/src/package.dart |
index e6aa20cd3e82b1e4cc1788f536d27bb0afbcb185..6b31e566e16c50612544acc175ed0bc27245d4f9 100644 |
--- a/sdk/lib/_internal/pub/lib/src/package.dart |
+++ b/sdk/lib/_internal/pub/lib/src/package.dart |
@@ -37,6 +37,9 @@ class Package { |
/// The immediate dev dependencies this package specifies in its pubspec. |
List<PackageDep> get devDependencies => pubspec.devDependencies; |
+ /// The dependency overrides this package specifies in its pubspec. |
+ List<PackageDep> get dependencyOverrides => pubspec.dependencyOverrides; |
+ |
/// Returns the path to the README file at the root of the entrypoint, or null |
/// if no README file is found. If multiple READMEs are found, this uses the |
/// same conventions as pub.dartlang.org for choosing the primary one: the |