From 045e33ed548c9c5b191ffd9f85cd3e4e191e9bcd Mon Sep 17 00:00:00 2001 From: evanweible-wf Date: Thu, 3 Sep 2015 11:21:18 -0500 Subject: [PATCH] Widen dart_style range to include ^0.1.8 --- README.md | 2 +- pubspec.yaml | 2 +- test/fixtures/format/changes_needed/pubspec.yaml | 2 +- test/fixtures/format/no_changes_needed/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db195bfd..fab36013 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Add the following to your `pubspec.yaml`: dev_dependencies: coverage: "^0.7.2" dart_dev: "^1.0.0" - dart_style: "^0.2.0" + dart_style: ">=0.1.8 <0.3.0" dartdoc: "^0.4.0" test: "^0.12.0" ``` diff --git a/pubspec.yaml b/pubspec.yaml index 0ed2a246..ad213c16 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: ansicolor: "^0.0.9" args: "^0.13.0" coverage: "^0.7.2" - dart_style: "^0.2.0" + dart_style: ">=0.1.8 <0.3.0" dartdoc: "^0.4.0" path: "^1.3.6" test: "^0.12.0" diff --git a/test/fixtures/format/changes_needed/pubspec.yaml b/test/fixtures/format/changes_needed/pubspec.yaml index 7ef36985..fa657918 100644 --- a/test/fixtures/format/changes_needed/pubspec.yaml +++ b/test/fixtures/format/changes_needed/pubspec.yaml @@ -3,4 +3,4 @@ version: 0.0.0 dev_dependencies: dart_dev: path: ../../../.. - dart_style: "^0.2.0" \ No newline at end of file + dart_style: ">=0.1.8 <0.3.0" \ No newline at end of file diff --git a/test/fixtures/format/no_changes_needed/pubspec.yaml b/test/fixtures/format/no_changes_needed/pubspec.yaml index a8b9eed2..27f626ad 100644 --- a/test/fixtures/format/no_changes_needed/pubspec.yaml +++ b/test/fixtures/format/no_changes_needed/pubspec.yaml @@ -3,4 +3,4 @@ version: 0.0.0 dev_dependencies: dart_dev: path: ../../../.. - dart_style: "^0.2.0" \ No newline at end of file + dart_style: ">=0.1.8 <0.3.0" \ No newline at end of file