From c6f53a7e271137d873fe23cea97bb29135737da7 Mon Sep 17 00:00:00 2001 From: Max Peterson Date: Wed, 11 Nov 2015 11:54:49 -0600 Subject: [PATCH] Upgrade dartdoc dependency range --- pubspec.yaml | 2 +- test/fixtures/docs/docs/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index d2fa752d..d1daa6e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: args: "^0.13.0" coverage: "^0.7.2" dart_style: ">=0.1.8 <0.3.0" - dartdoc: "^0.4.0" + dartdoc: ">=0.4.0 <0.9.0" path: "^1.3.6" test: "^0.12.0" yaml: "^2.1.0" diff --git a/test/fixtures/docs/docs/pubspec.yaml b/test/fixtures/docs/docs/pubspec.yaml index 5a03ad1f..b8e5403d 100644 --- a/test/fixtures/docs/docs/pubspec.yaml +++ b/test/fixtures/docs/docs/pubspec.yaml @@ -3,4 +3,4 @@ version: 0.0.0 dev_dependencies: dart_dev: path: ../../../.. - dartdoc: "^0.4.0" \ No newline at end of file + dartdoc: ">=0.4.0 <0.9.0" \ No newline at end of file