| Index: pkg/mime/pubspec.yaml
|
| diff --git a/pkg/http_server/pubspec.yaml b/pkg/mime/pubspec.yaml
|
| similarity index 63%
|
| copy from pkg/http_server/pubspec.yaml
|
| copy to pkg/mime/pubspec.yaml
|
| index a60291cc88840ba4aef354cc882a62a00be2587d..82493f81fae38ff73a0ae21153133d2491ce3daf 100644
|
| --- a/pkg/http_server/pubspec.yaml
|
| +++ b/pkg/mime/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| -name: http_server
|
| +name: mime
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| - Library of HTTP server classes.
|
| + Helper-package for working with MIME.
|
|
|