| Index: pkg/http_parser/pubspec.yaml
|
| diff --git a/pkg/string_scanner/pubspec.yaml b/pkg/http_parser/pubspec.yaml
|
| similarity index 52%
|
| copy from pkg/string_scanner/pubspec.yaml
|
| copy to pkg/http_parser/pubspec.yaml
|
| index 3035901ea7c77fbe6b8640edaaf0cdfaa0039381..1ace583151f5c362e0af668d167853169b1a174e 100644
|
| --- a/pkg/string_scanner/pubspec.yaml
|
| +++ b/pkg/http_parser/pubspec.yaml
|
| @@ -1,9 +1,12 @@
|
| -name: string_scanner
|
| +name: http_parser
|
| version: 0.0.1
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| - A class for parsing strings using a sequence of patterns.
|
| + A platform-independent package for parsing and serializing HTTP formats.
|
| +dependencies:
|
| + collection: ">=0.9.1 <0.10.0"
|
| + string_scanner: ">=0.0.0 <0.1.0"
|
| dev_dependencies:
|
| unittest: ">=0.10.0 <0.11.0"
|
| environment:
|
|
|