| Index: pkg/observe/pubspec.yaml
|
| diff --git a/pkg/yaml/pubspec.yaml b/pkg/observe/pubspec.yaml
|
| similarity index 63%
|
| copy from pkg/yaml/pubspec.yaml
|
| copy to pkg/observe/pubspec.yaml
|
| index 4b17267fcb69e10aa2e26cb213d0729fe16a38e7..9b47b648d47279f7def2dd44150f270a242f1e73 100644
|
| --- a/pkg/yaml/pubspec.yaml
|
| +++ b/pkg/observe/pubspec.yaml
|
| @@ -1,6 +1,6 @@
|
| -name: yaml
|
| +name: observe
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| -description: A parser for YAML.
|
| +description: observable objects for data binding
|
| dev_dependencies:
|
| unittest: any
|
|
|