| Index: pkg/docgen/pubspec.yaml
|
| diff --git a/pkg/docgen/pubspec.yaml b/pkg/docgen/pubspec.yaml
|
| index 5afaebe3c4bf3c3fb3928aad19ba74b1042a409c..a385dd5bb8a9bf6ab181ae3e4883a0802576f05e 100644
|
| --- a/pkg/docgen/pubspec.yaml
|
| +++ b/pkg/docgen/pubspec.yaml
|
| @@ -6,10 +6,7 @@ description: A documentation generator for the Dart repository.
|
| dependencies:
|
| args: ">=0.9.0 <0.10.0"
|
| logging: ">=0.9.0 <0.10.0"
|
| - markdown:
|
| - git:
|
| - ref: emilysEdits
|
| - url: https://github.com/efortuna/dart-markdown
|
| + markdown: ">=0.9.0 <0.10.0"
|
| path: ">=0.9.0 <0.10.0"
|
| yaml: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
|
|