| Index: sdk/lib/_internal/dartdoc/pubspec.yaml
|
| diff --git a/sdk/lib/_internal/dartdoc/pubspec.yaml b/sdk/lib/_internal/dartdoc/pubspec.yaml
|
| index 66147869987a8b0b02ae4b75ac7c88384923d918..563be537c33246a00a6e47f22139de0ab8082c3d 100644
|
| --- a/sdk/lib/_internal/dartdoc/pubspec.yaml
|
| +++ b/sdk/lib/_internal/dartdoc/pubspec.yaml
|
| @@ -1,11 +1,7 @@
|
| name: dartdoc
|
| -description: >
|
| - Libraries for generating documentation from Dart source code.
|
| -
|
| +description: Libraries for generating documentation from Dart source code.
|
| dependencies:
|
| - analyzer_experimental: ">=0.4.5 <1.0.0"
|
| - args: ">=0.4.2 <1.0.0"
|
| - pathos: ">=0.4.2 <1.0.0"
|
| -
|
| + args: '>=0.4.2 <1.0.0'
|
| + pathos: '>=0.4.2 <1.0.0'
|
| dev_dependencies:
|
| - unittest: ">=0.4.2 <1.0.0"
|
| + unittest: '>=0.4.2 <1.0.0'
|
|
|