Chromium Code Reviews| Index: pkg/http_server/pubspec.yaml |
| diff --git a/pkg/http_server/pubspec.yaml b/pkg/http_server/pubspec.yaml |
| index 3f2910097f7bf1a6c8cf3793a14731fb5956e511..3112d776813289ecd904cb76058a5f2e37df2a9b 100644 |
| --- a/pkg/http_server/pubspec.yaml |
| +++ b/pkg/http_server/pubspec.yaml |
| @@ -1,7 +1,8 @@ |
| name: http_server |
| -author: "Dart Team <misc@dartlang.org>" |
| +author: Dart Team <misc@dartlang.org> |
| +description: Library of HTTP server classes. |
| homepage: http://www.dartlang.org |
| -description: > |
| - Library of HTTP server classes. |
| dependencies: |
| mime: any |
| +dev_dependencies: |
| + unittest: any |
|
gram
2013/08/05 23:23:12
See my comment elsewhere. Bob and/or Nathan should
|