Index: utils/pub/yaml/pubspec.yaml |
diff --git a/pkg/unittest/pubspec.yaml b/utils/pub/yaml/pubspec.yaml |
similarity index 50% |
copy from pkg/unittest/pubspec.yaml |
copy to utils/pub/yaml/pubspec.yaml |
index 292fa9c6f170fe6ee133ceaea33aff4cca1145f6..383eb74fbe5db349ad733edd0f0efae359cb92c0 100644 |
--- a/pkg/unittest/pubspec.yaml |
+++ b/utils/pub/yaml/pubspec.yaml |
@@ -1,7 +1,4 @@ |
-name: unittest |
+name: yaml |
author: "Dart Team <misc@dartlang.org>" |
homepage: http://www.dartlang.org |
-description: > |
- A library for writing dart unit tests. |
- |
- |
+description: A parser for YAML. |