Chromium Code Reviews| Index: pkg/docgen/pubspec.yaml |
| diff --git a/pkg/docgen/pubspec.yaml b/pkg/docgen/pubspec.yaml |
| index 697f4058160001f6e6589a89569d3de946aa5a29..8025b1848928041151fd7c3906026df43528550d 100644 |
| --- a/pkg/docgen/pubspec.yaml |
| +++ b/pkg/docgen/pubspec.yaml |
| @@ -1,4 +1,8 @@ |
| name: docgen |
| description: A documentation generator for the Dart repository. |
| dependencies: |
| - markdown: any |
| + args: any |
| + compiler_unsupported: any |
| + markdown: any |
| + scheduled_test: any |
| + unittest: any |