| Index: pkg/http_parser/lib/src/http_date.dart
|
| diff --git a/pkg/http_parser/lib/src/http_date.dart b/pkg/http_parser/lib/src/http_date.dart
|
| index ff7c710dc895c2ee081def50a445aea1fc2919e9..0626c72e2135abc252510248857da0ab873c590d 100644
|
| --- a/pkg/http_parser/lib/src/http_date.dart
|
| +++ b/pkg/http_parser/lib/src/http_date.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library http_parser;
|
| +library http_parser.http_date;
|
|
|
| import 'package:string_scanner/string_scanner.dart';
|
|
|
|
|