| Index: pkg/async/pubspec.yaml
|
| diff --git a/pkg/yaml/pubspec.yaml b/pkg/async/pubspec.yaml
|
| similarity index 50%
|
| copy from pkg/yaml/pubspec.yaml
|
| copy to pkg/async/pubspec.yaml
|
| index 1fb4c8d1b95e78280d47083a5400ce8e976884ef..a15c5b64489409bfc07739fda3082809f82dfa5c 100644
|
| --- a/pkg/yaml/pubspec.yaml
|
| +++ b/pkg/async/pubspec.yaml
|
| @@ -1,8 +1,8 @@
|
| -name: yaml
|
| +name: async
|
| 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:async' library.
|
| homepage: http://www.dartlang.org
|
| -description: A parser for YAML.
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
|
|