Chromium Code Reviews| Index: sdk/lib/_internal/dartdoc/pubspec.yaml |
| diff --git a/sdk/lib/_internal/dartdoc/pubspec.yaml b/sdk/lib/_internal/dartdoc/pubspec.yaml |
| index abeff7bcaa87d4b1ef9c0238adcbaaaad8cdef55..b28d984fb7cd2b8b8b1ea4fe8c6e67b2c4b1b231 100644 |
| --- a/sdk/lib/_internal/dartdoc/pubspec.yaml |
| +++ b/sdk/lib/_internal/dartdoc/pubspec.yaml |
| @@ -1,3 +1,10 @@ |
| name: dartdoc |
| description: > |
| Libraries for generating documentation from Dart source code. |
| + |
| +dependencies: |
| + args: ">=0.4.2 <1.0.0" |
| + pathos: ">=0.4.2 <1.0.0" |
| + |
| +dev_dependencies: |
| + unittest: ">=0.4.2 <1.0.0" |