chore: update pubspec files

Allow latest analyzer version
Add an upper constraint to the Dart SDK
This commit is contained in:
Kevin Moore
2015-05-05 10:33:34 -07:00
parent 75db2c5241
commit 5ef11774c2
6 changed files with 16 additions and 17 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ authors:
description: Google material design components for Angular 2
homepage: <%= packageJson.homepage %>
environment:
sdk: '>=1.9.0-dev.8.0'
sdk: '>=1.10.0 <2.0.0'
dependencies:
angular2: '^<%= packageJson.version %>'
browser: '>=0.10.0 <0.11.0'
browser: '^0.10.0'
dependency_overrides:
angular2:
path: ../angular2