| Index: pkg/intl/pubspec.yaml
|
| diff --git a/pkg/intl/pubspec.yaml b/pkg/intl/pubspec.yaml
|
| index 0a870a04920898ba701f6708473685e079bca1b0..aaa79a7497afe9a806e1d3fb95317ee42fe605dd 100644
|
| --- a/pkg/intl/pubspec.yaml
|
| +++ b/pkg/intl/pubspec.yaml
|
| @@ -1,11 +1,8 @@
|
| name: intl
|
| -author: "Dart Team <misc@dartlang.org>"
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
|
| homepage: http://www.dartlang.org
|
| documentation: http://api.dartlang.org/docs/pkg/intl
|
| -description: >
|
| - Contains code to deal with internationalized/localized
|
| - messages, date and number formatting and parsing,
|
| - bi-directional text, and other internationalization issues.
|
| dependencies:
|
| - unittest:
|
| - sdk: unittest
|
| + analyzer-experimental: any
|
| + scheduled_test: any
|
|
|