chore: support last dev build of Dart at 1.10.0-dev.1.10

Can revert once 1.11 is available
This commit is contained in:
Kevin Moore
2015-05-06 18:21:46 -07:00
parent 5ef11774c2
commit 649e276610
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ authors:
description: Angular 2 for Dart - a web framework for modern web apps
homepage: <%= packageJson.homepage %>
environment:
sdk: '>=1.10.0 <2.0.0'
sdk: '>=1.10.0-dev.1.10 <2.0.0'
dependencies:
analyzer: '>=0.24.4 <0.26.0'
barback: '^0.15.2+2'