| Index: third_party/pkg/markdown/pubspec.yaml
|
| diff --git a/third_party/pkg/markdown/pubspec.yaml b/third_party/pkg/markdown/pubspec.yaml
|
| index 331513f532ab2625709e93ed0936f64868150530..e5e9f0f17dd3351c6edb296ecbe3db0d28ab5d74 100644
|
| --- a/third_party/pkg/markdown/pubspec.yaml
|
| +++ b/third_party/pkg/markdown/pubspec.yaml
|
| @@ -1,7 +1,9 @@
|
| name: markdown
|
| -version: 0.5.0
|
| +version: 0.5.1
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for converting markdown to HTML.
|
| homepage: https://github.com/dpeek/dart-markdown
|
| +environment:
|
| + sdk: '>=1.0.0 <2.0.0'
|
| dev_dependencies:
|
| - unittest: any
|
| + unittest: '>=0.9.0 <0.11.0'
|
|
|