From 6922e9446d608a844ce2baa9179f67a01956bdf8 Mon Sep 17 00:00:00 2001 From: Kevin Moore <kevmoo@google.com> Date: Wed, 22 Jul 2015 19:35:42 -0700 Subject: [PATCH] add environment constraint to pubspec.yaml --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 687b9c2..b3ec4f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,6 +13,9 @@ authors: - Seth Ladd <sethladd@google.com> - Devon Carew <devoncarew@google.com> +environment: + sdk: '>=1.9.0 <2.0.0' + # Add the bin/stagehand.dart script to the scripts pub installs. executables: stagehand: -- GitLab