| Index: pkg/mime/pubspec.yaml
|
| diff --git a/pkg/mime/pubspec.yaml b/pkg/mime/pubspec.yaml
|
| index 82493f81fae38ff73a0ae21153133d2491ce3daf..174820c03f3df283fbb19eff4eca5f5e1c427efe 100644
|
| --- a/pkg/mime/pubspec.yaml
|
| +++ b/pkg/mime/pubspec.yaml
|
| @@ -1,5 +1,6 @@
|
| name: mime
|
| -author: "Dart Team <misc@dartlang.org>"
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: Helper-package for working with MIME.
|
| homepage: http://www.dartlang.org
|
| -description: >
|
| - Helper-package for working with MIME.
|
| +dev_dependencies:
|
| + unittest: any
|
|
|