Index: pkg/math/pubspec.yaml |
diff --git a/pkg/yaml/pubspec.yaml b/pkg/math/pubspec.yaml |
similarity index 50% |
copy from pkg/yaml/pubspec.yaml |
copy to pkg/math/pubspec.yaml |
index 1fb4c8d1b95e78280d47083a5400ce8e976884ef..d3da27c3be1b0e2596bd6186afab92b41d8e601b 100644 |
--- a/pkg/yaml/pubspec.yaml |
+++ b/pkg/math/pubspec.yaml |
@@ -1,8 +1,8 @@ |
-name: yaml |
+name: math |
version: 0.9.0 |
-author: "Dart Team <misc@dartlang.org>" |
+author: '"Dart Team <misc@dartlang.org>"' |
+description: Utility functions and classes related to the 'dart:math' library. |
homepage: http://www.dartlang.org |
-description: A parser for YAML. |
dev_dependencies: |
unittest: ">=0.9.0 <0.10.0" |
environment: |