Index: sdk/lib/_internal/pub/lib/src/pubspec.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/pubspec.dart b/sdk/lib/_internal/pub/lib/src/pubspec.dart |
index 2100cc60171a05c8b26f29a25c3f68ed45d55f07..3a7738ecb159f2270704e0fcc44100b12c64f6bf 100644 |
--- a/sdk/lib/_internal/pub/lib/src/pubspec.dart |
+++ b/sdk/lib/_internal/pub/lib/src/pubspec.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-library pubspec; |
+library pub.pubspec; |
import 'package:yaml/yaml.dart'; |
import 'package:pathos/path.dart' as path; |