Index: utils/pub/sdk_source.dart |
diff --git a/utils/pub/sdk_source.dart b/utils/pub/sdk_source.dart |
index 1d6a8817c44e259bb9c5b20f26db4c1c1506408e..c02a172814089fc81805f3a18a74b268246fd5fa 100644 |
--- a/utils/pub/sdk_source.dart |
+++ b/utils/pub/sdk_source.dart |
@@ -30,7 +30,7 @@ class SdkSource extends Source { |
var pubspec = new Pubspec.load(id.name, packageDir, systemCache.sources); |
// Ignore the pubspec's version, and use the SDK's. |
return new Pubspec(id.name, sdk.version, pubspec.dependencies, |
- pubspec.environment); |
+ pubspec.devDependencies, pubspec.environment); |
}); |
} |