From 116fc1f11ded039185465aea8ad556cc1ba85029 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 2 Jun 2015 15:03:40 -0700 Subject: [PATCH] Fixed SDK constraint [TBR]. (Required in order to use ^ syntax.) --- pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 63b3a849d..91788cffc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,8 @@ version: 0.1.0 author: Dart Team description: Style linter for Dart. homepage: https://github.com/dart-lang/linter +environment: + sdk: '>=1.8.0 <2.0.0' dependencies: analyzer: ^0.25.0-dev.1 args: '>=0.12.1 <0.14.0'