From c55a571f820abf86fe45f4755b5a7d7ef7761514 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 20 Sep 2017 20:04:17 -0700 Subject: [PATCH] Fix SDK constraint -dev.infinity is not needed --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 16b6188cad..ebee3b8443 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: dartdoc # Also update the `version` field in lib/dartdoc.dart. -version: 0.14.0 +version: 0.14.1-dev author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc environment: - sdk: '>=1.23.0-dev.11.5 <2.0.0-dev.infinity' + sdk: '>=1.23.0 <2.0.0' dependencies: analyzer: ^0.30.0 args: ^0.13.0