Chromium Code Reviews| Index: pkg/docgen/pubspec.yaml |
| diff --git a/pkg/docgen/pubspec.yaml b/pkg/docgen/pubspec.yaml |
| index 697f4058160001f6e6589a89569d3de946aa5a29..982e7517dd51a43c13ac41d8786dfb40ac5dd884 100644 |
| --- a/pkg/docgen/pubspec.yaml |
| +++ b/pkg/docgen/pubspec.yaml |
| @@ -1,4 +1,7 @@ |
| name: docgen |
| description: A documentation generator for the Dart repository. |
| dependencies: |
| - markdown: any |
|
Andrei Mouravski
2013/06/18 10:17:45
You probably want to check in the pubspec.lock, to
|
| + args: any |
| + compiler_unsupported: any |
| + markdown: any |
| + unittest: any |