| Index: dart/pkg/http_base/pubspec.yaml
|
| diff --git a/dart/pkg/http_base/pubspec.yaml b/dart/pkg/http_base/pubspec.yaml
|
| index 00e1c31c8ba0c81cfa10e417b6aa773eda1fb62a..baf60cbafab556df1d018a90ef971ca58b4a1b58 100644
|
| --- a/dart/pkg/http_base/pubspec.yaml
|
| +++ b/dart/pkg/http_base/pubspec.yaml
|
| @@ -1,9 +1,9 @@
|
| name: http_base
|
| version: 0.0.2-dev
|
| author: Dart Team <misc@dartlang.org>
|
| +description: A library with common interfaces for HTTP request objects, HTTP response objects, HTTP clients and HTTP request handlers.
|
| homepage: http://www.dartlang.org
|
| -description: >
|
| - A library with common interfaces for HTTP request objects, HTTP response
|
| - objects, HTTP clients and HTTP request handlers.
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| +dev_dependencies:
|
| + unittest: ">=0.11.0 <0.12.0"
|
|
|