| Index: pkg/docgen/pubspec.yaml
|
| diff --git a/pkg/docgen/pubspec.yaml b/pkg/docgen/pubspec.yaml
|
| index 605766c84a047a7892593091de48b2c934b02e64..e6913ddc7b66d7e567c98d31eb605534fe5d57ed 100644
|
| --- a/pkg/docgen/pubspec.yaml
|
| +++ b/pkg/docgen/pubspec.yaml
|
| @@ -1,16 +1,13 @@
|
| name: docgen
|
| -version: 0.9.2-dev
|
| author: Dart Team <misc@dartlang.org>
|
| description: A documentation generator for the Dart repository.
|
| -homepage: https://github.com/dart-lang/dartdoc-viewer
|
| -environment:
|
| - sdk: '>=0.8.10+6 <2.0.0'
|
| +homepage: https://www.dartlang.org/
|
| dependencies:
|
| args: '>=0.9.0 <0.11.0'
|
| logging: '>=0.9.0 <0.10.0'
|
| - markdown: '0.6.0'
|
| + markdown: 0.7.0
|
| path: '>=0.9.0 <2.0.0'
|
| yaml: '>=0.9.0 <0.10.0'
|
| dev_dependencies:
|
| - scheduled_test: '>=0.10.0 <0.11.0'
|
| + scheduled_test: '>=0.10.0 <0.12.0'
|
| unittest: '>=0.9.0 <0.11.0'
|
|
|